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

Mejores alternativas Javascript Injector

Aquí hay algunas Firefox add-ons que son similares a Javascript Injector: