Incognito error - ERR_BLOCKED_BY_CLIENT
The extension doesn't seem to work while in a new incognito window.
Steps to reproduce:
- Open a private browsing window in chrome (Command/ctrl + shift + n)
- Hit abookmark extension
Chrome does not allow extensions to run in incognito by default.
right click the extension -> manage extension -> Allow in Incognito
Yeah, that's been enabled already
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.