jSin Firefox

Examine source code of jSin

Inspect and view changes in jSin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "jSin",
  "version": "1.0.1",
  "description": "Your average JavaScript injector.",
  "manifest_version": 2,
  "icons": {
    "16": "./jsin/16x16.png",
    "32": "./jsin/32x32.png",
    "48": "./jsin/48x48.png",
    "64": "./jsin/64x64.png",
    "128": "./jsin/128x128.png"
  },
  "browser_action": {
    "default_title": "jSin, your average JavaScript injector",
    "default_icon": "./jsin/32x32.png",
    "default_popup": "./popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "http://*/",
    "https://*/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jsin-extension@kosude"
    }
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  }
}

Best jSin Alternatives

Here are some Firefox add-ons that are similar to jSin: