JavaScript Warning Firefox

Examine source code of JavaScript Warning

Par : w2c
Inspect and view changes in JavaScript Warning source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JavaScript Warning",
  "version": "1.2resigned1",
  "applications": {
    "gecko": {
      "id": "JavaScriptWarning@example.com",
      "strict_min_version": "42.0"
    }
  },
  "description": "You can store websites in a list which are not supposed to execute JavaScript code. If they try to do so the Add-on warns you.",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "warning.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}

Meilleures alternatives JavaScript Warning

Voici quelques Firefox add-ons qui sont similaires à JavaScript Warning :