Simple JavaScript Injector Firefox

Examine source code of Simple JavaScript Injector

Inspect and view changes in Simple JavaScript Injector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@jsinjector.com"
    }
  },
  "manifest_version": 2,
  "name": "Simple JavaScript Injector",
  "author": "Joel Perpetua",
  "short_name": "Simple JS injector",
  "description": "A Firefox version of JS injector from Daniel Han",
  "version": "1.1",
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "128": "images/icon128.png"
    },
    "default_title": "Simple Javascript Injector",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "data.js",
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "http://*/",
    "https://*/"
  ]
}

Best Simple JavaScript Injector Alternatives

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