fregante/webext-dynamic-content-scripts

Add support for `world` in MV3

Open

#60 建立於 2023年3月14日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (14 fork)github user discovery
enhancementgood first issuehelp wanted

倉庫指標

Star
 (92 star)
PR 合併指標
 (PR 指標待抓取)

描述

https://groups.google.com/a/chromium.org/g/chromium-extensions/c/_zKyp9XvIzY/m/a5fV4MTcAgAJ

This can now appear in the manifest:

 "content_scripts": [{
    "js": ["content.js"],
    "matches": ["<all_urls>"],
    "run_at": "document_start"
  }, {
    "world": "MAIN",
    "js": ["page.js"],
    "matches": ["<all_urls>"],
    "run_at": "document_start"
  }],

貢獻者指南