-3

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?

AlexanderD
  • 596
  • 2
  • 10
  • 22
dep rols
  • 1
  • 1

1 Answers1

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