fregante / fregante/webext-dynamic-content-scripts

Add support for `world` in MV3

Open
#60 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
TypeScript
Stars
92
Forks
14
PR merge metrics
No merged PRs in 30d

Description

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

This can now appear in the manifest:
```js
"content_scripts": [{
"js": ["content.js"],
"matches": [""],
"run_at": "document_start"
}, {
"world": "MAIN",
"js": ["page.js"],
"matches": [""],
"run_at": "document_start"
}],
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.