fregante/webext-dynamic-content-scripts
在 GitHub 查看Use `dropOverlappingPermissions` to avoid duplicate injections
Open
#35 建立於 2022年2月19日
enhancementhelp wanted
倉庫指標
- Star
- (92 star)
- PR 合併指標
- (PR 指標待抓取)
描述
If both https://google.com and *://*/* have been granted, I think this module will attempt to inject the scripts twice on Google.com (although I have not seen this happening)
Using the new dropOverlappingPermissions function, this module can clean up the additionalPermissions list before trying to inject the scripts.