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"
  }],

贡献者指南