Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Remove extensions button from toolbar

  • 4 ответа
  • 0 имеют эту проблему
  • 105 просмотров
  • Последний ответ от patrick.hinckley

I need to be able to hide the Extensions button from the toolbar. Is there a way to do that outside of the user.js or prefs.js? Preferably I'd like to do this though the policies.json file though I could not find any options for this.

I need to be able to hide the Extensions button from the toolbar. Is there a way to do that outside of the user.js or prefs.js? Preferably I'd like to do this though the policies.json file though I could not find any options for this.
Приложенные скриншоты

Выбранное решение

We do not provide a way to remove this button.

You would have to use something like userChrome.css

Прочитайте этот ответ в контексте 👍 1

Все ответы (4)

Выбранное решение

We do not provide a way to remove this button.

You would have to use something like userChrome.css

Do you know what the text for that would be? I tried the below text and it did not work so I am assuming it is now referred to differently now:

  1. unified-extensions-button, #unified-extensions-button > .toolbarbutton-icon{

width: 0px !important; padding: 0px !important; }

Is userChrome.css enabled? You have to set a pref to use it now.

You are correct. Now it is working. Thank you.