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.