ctrlblk / ctrlblk

GNU General Public License v3.0
1 stars 0 forks source link

'activeTab' permission error on chromewebstore.google.com #1

Open wvspee opened 1 month ago

wvspee commented 1 month ago

How to reproduce

  1. Visit https://chromewebstore.google.com/
  2. Open CtrlBlock Sidepanel
  3. Click Pause

Observed behaviour

  1. CtrlBlock isn't "paused"
  2. Inspecting sidepanel reveals following error in console:

Uncaught (in promise) Error: The 'activeTab' permission is not in effect because this extension has not been in invoked.

Expected behaviour

  1. CtrlBlock should pause as normal
wvspee commented 1 month ago

This is the same behaviour as on internal urls like chrome://, chrome seem to treat cws as if it was internal when calling chrome.tabs.captureVisibleTab?