Can you access chrome:// pages from an extension?
When you’re writing the manifest.json file, you have to specify matches
for your content scripts. The http
and https
work fine, but if I try to include chrome://*/*
or any variant of it, I get an error that I’m attempting to use an invalid scheme for my matches
.
Why does chrome extension warn “read your browsing history”?
I have no permissions listed that should give this warning, however, it appears when trying to install the extension.
Why does chrome extension warn “read your browsing history”?
I have no permissions listed that should give this warning, however, it appears when trying to install the extension.
Six months Google developer accounts were blocked 10, but can not find the specific reason
Dear Chrome Web Store Review Team,
Unvresolved promise results in non-openable popup – Chrome extension popup (Kind of memory leak)
Introduction
How to assure persistence of alarms created via Chrome extension API?
The official documentation says this about alarms persistence:
How to assure persistence of alarms created via Chrome extension API?
The official documentation says this about alarms persistence:
Detect if sidepanel is open in Chrome extension
I’m making a Chrome extension. I need to respond to when the sidepanel is closed. The following code seems to work:
Detect if sidepanel is open in Chrome extension
I’m making a Chrome extension. I need to respond to when the sidepanel is closed. The following code seems to work:
Detect if sidepanel is open in Chrome extension
I’m making a Chrome extension. I need to respond to when the sidepanel is closed. The following code seems to work: