fregante/webext-dynamic-content-scripts

Use `dropOverlappingPermissions` to avoid duplicate injections

Open

#35 ouverte le 19 févr. 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)TypeScript (14 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (92 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur