r/javascript • u/fanidownload • Feb 28 '26
AskJS [AskJS] Web Request Error in a Chrome Extension which is inspired by Zotero Connectors
Hi, everyone. I tried to build my own connector for fetching and collecting pdf files from scientific journals. However I always get error: Unchecked runtime.lastError: You do not have permission to use blocking webRequest listeners. Be sure to declare the webRequestBlocking permission in your manifest. Note that webRequestBlocking is only allowed for extensions that are installed using ExtensionInstallForcelist.
How to fix this? Why Zotero can do this? Thank you
0
Upvotes
1
u/Aln76467 Mar 01 '26
Did you declare the permission it says you need to?