I want to disable the "Inspect popup" menu option in an extension I'm working on. How can I do that? I now it's possible because I have some extensions installed that have this option disabled (e.g. "Send to Kindle" by klip.me).
The "Inspect popup" option is only available when:
chrome://extensions/
).default_popup
in the manifest file, or via chrome.browserAction.setPopup
).When requirement 1 is not met, the "Inspect popup" option is invisible.
When requirement 2 is not met, the "Inspect popup" option is disabled (greyed out).
The example you're referring to ("Send to Kindle") has no popup, failing criteria 2, hence it has no "Inspect popup" option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With