fregante/webext-dynamic-content-scripts
Vedi su GitHubUse `dropOverlappingPermissions` to avoid duplicate injections
Open
#35 aperta il 19 feb 2022
enhancementhelp wanted
Metriche repository
- Star
- (92 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.