NoEval - Disable Eval() Firefox

Examine source code of NoEval - Disable Eval()

Par : keller
Inspect and view changes in NoEval - Disable Eval() source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.8",
  "manifest_version": 3,
  "host_permissions": [
    "*://*/*"
  ],
  "name": "NoEval - Disable Eval()",
  "homepage_url": "https://mybrowseraddon.com/noeval.html",
  "description": "Disable window.eval() in all websites and improve your online security!",
  "commands": {
    "_execute_action": {}
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{1e95125e-0e67-46ec-be52-5491e5819875}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_popup": "data/popup/popup.html",
    "default_title": "NoEval - Disable Eval()",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Meilleures alternatives NoEval - Disable Eval()

Voici quelques Firefox add-ons qui sont similaires à NoEval - Disable Eval() :