abookmark icon indicating copy to clipboard operation
abookmark copied to clipboard

Incognito error - ERR_BLOCKED_BY_CLIENT

Open ss4328 opened this issue 1 year ago • 3 comments

The extension doesn't seem to work while in a new incognito window.

Steps to reproduce:

  1. Open a private browsing window in chrome (Command/ctrl + shift + n)
  2. Hit abookmark extension
Image

ss4328 avatar Jan 23 '25 19:01 ss4328

Chrome does not allow extensions to run in incognito by default.

right click the extension -> manage extension -> Allow in Incognito

pfcao avatar Jan 24 '25 00:01 pfcao

Yeah, that's been enabled already

ss4328 avatar Jan 24 '25 15:01 ss4328

I did a little bit of research and now know the problem:

"Because incognito tabs cannot use this shared process, an extension using the "spanning" incognito mode will not be able to load pages from its extension package into the main frame of an incognito tab."

https://developer.chrome.com/docs/extensions/reference/manifest/incognito

So it is not able to load our pages as incognito tabs. You may open it in side panel or extension popup window.

pfcao avatar Jan 25 '25 02:01 pfcao