ungoogled-software/ungoogled-chromium

Add #extensions-toolbar-menu flag from older chromium versions

Open

#1,336 opened on Jan 16, 2021

View on GitHub
 (2 comments) (3 reactions) (0 assignees)Python (771 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (18,674 stars)
PR merge metrics
 (Avg merge 1d 11h) (9 merged PRs in 30d)

Description

So chromium used to allow you to disable the extensions icon in the toolbar.

See https://www.reddit.com/r/chrome/comments/jw322g/chrome_extension_icon_permanent_in_v87/

However this ability was recently removed. However, it works via the cli as so:

/Applications/Chromium.app/Contents/MacOS/Chromium --disable-features=ExtensionsToolbarMenu

I'd like to see it reintroduced in ungoogled as I prefer having a minimal toolbar.

The commit that removed it in chromium https://github.com/chromium/chromium/commit/09df13c25e1b30200b3d08531cc741be1df1ea49

Contributor guide