fregante/webext-dynamic-content-scripts

Add support for `world` in MV3

Open

#60 ouverte le 14 mars 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)TypeScript (14 forks)github user discovery
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (92 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur