custom Injectorse Firefox

Examine source code of custom Injectorse

By: EVRBBW Add-on
Inspect and view changes in custom Injectorse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "custom Injector",
  "version": "1.0",
  "description": "custom CSS website",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{404d3d57-34b6-40b0-ae93-bc38ae0cb090}"
    }
  }
}

Best custom Injectorse Alternatives

Here are some Firefox add-ons that are similar to custom Injectorse: