I was trying to create a Chrome extension that hides all the existing extension icons (can't be disabled), is there any way to do it?
Asked
Active
Viewed 107 times
-3
-
I kind of hope there isn't. – TZHX Sep 07 '15 at 10:08
-
Any way to take control over url bar ? like resizing url bar width? – dep rols Sep 07 '15 at 10:15
-
Chrome doesn't expose any programmatic means to manipulate its own UI representation. – wOxxOm Sep 07 '15 at 12:03
1 Answers
1
Extensions cannot change chrome's settings or appearance(with a few exeptions). Extension apis like you are suggesting would be very invasive and most likely unwanted from most users.

Marc Guiselin
- 3,442
- 2
- 25
- 37