Skip to content

How to open popup witch startUrls ? #1257

Answered by aklinker1
ManUtopiK asked this question in Q&A
Discussion options

You must be logged in to vote

ERR_BLOCKED_BY_CLIENT is what happens when a non-user action tries to open an extension URL, that's just how chrome works unfortunately.

As for the extension ID, you can make it consistent: https://developer.chrome.com/docs/extensions/reference/manifest/key#keep-consistent-id

To speed up opening your popup, I'd suggest adding a keyboard shortcut to open the popup during development. These are called "commands" in extensions: https://stackoverflow.com/questions/70795720/chrome-extension-open-popup-by-command#72646720

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ManUtopiK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants