Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incognito error - ERR_BLOCKED_BY_CLIENT #24

Open
ss4328 opened this issue Jan 23, 2025 · 3 comments
Open

Incognito error - ERR_BLOCKED_BY_CLIENT #24

ss4328 opened this issue Jan 23, 2025 · 3 comments

Comments

@ss4328
Copy link

ss4328 commented Jan 23, 2025

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
@pfcao
Copy link
Owner

pfcao commented Jan 24, 2025

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

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

@ss4328
Copy link
Author

ss4328 commented Jan 24, 2025

Yeah, that's been enabled already

@pfcao
Copy link
Owner

pfcao commented Jan 25, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants