Javascript Injector Firefox

Examine source code of Javascript Injector

제작자: Mark parkins
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"
      ]
    }
  ]
}

최고의 Javascript Injector 대안

다음은 Javascript Injector과(와) 유사한 Firefox add-on입니다: