Inject Scrpt & Style Firefox

Examine source code of Inject Scrpt & Style

By: jem Add-on
Inspect and view changes in Inject Scrpt & Style source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Inject Script & Style",
  "version": "1.0",
  "description": "Injects a small banner at the top of every page and a custom CSS rule.",
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "inject-script@example.com"
    }
  }
}

Best Inject Scrpt & Style Alternatives

Here are some Firefox add-ons that are similar to Inject Scrpt & Style: