JS Injector Firefox

Examine source code of JS Injector

Inspect and view changes in JS Injector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JS Injector",
  "short_name": "JS{I}",
  "description": "Inject JavaScript custom code into every webpage (e.g. to help with debugging).",
  "version": "1.0",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icon16.png"
    }
  },
  "background": {
    "scripts": [
      "js/lib/jquery-3.4.1.js",
      "bg.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "@jsinject",
      "strict_min_version": "57.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ]
    }
  ]
}

Best JS Injector Alternatives

Here are some Firefox add-ons that are similar to JS Injector: