Manifest - content scripts  |  Extensions  |  Chrome for Developers

PHOTO EMBED

Sat Dec 23 2023 01:40:13 GMT+0000 (Coordinated Universal Time)

Saved by @K #json/5

{
  ...
  "content_scripts": [
    {
      "matches": ["https://*.example.com/*"],
      "include_globs": ["*example.com/???s/*"],
      "js": ["content-script.js"]
    }
  ],
  ...
}
content_copyCOPY

https://developer.chrome.com/docs/extensions/reference/manifest/content-scripts