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.

貢獻者指南