Javascript Injector Firefox

Examine source code of Javascript Injector

Inspect and view changes in Javascript Injector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "name": "Javascript Injector",
  "version": "0.0.3",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "description": "Inject any javascript code from Url in the content page (only for developers).",
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Melhores alternativas Javascript Injector

Aqui estão algumas Firefox add-ons que são similares a Javascript Injector: