fregante/webext-dynamic-content-scripts

Use `dropOverlappingPermissions` to avoid duplicate injections

Open

#35 创建于 2022年2月19日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (14 fork)github user discovery
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.

贡献者指南