Is it possible for content scripts to be injected in chrome-extension:// urls? Maybe if it's in a separate tab instead of popup you can inject with activeTab permission?
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/d8bc72d2-c715-48a4-808f-0d373c261f05n%40chromium.org.
A functionality of my extension conflicts with couple other extensions' functionality, I was thinking disabling the options that causes the conflicts via script with user consent, but if there is no way I could just prompt user to disable it themselves.
Well I thought it would be more convenient for user to just click a button and the extension changing settings of the conflicting extension for them. Most users probably don't care to read or change the settings themselves. As I said if there's truly no way I'm gonna hope user will change it themselves.