No Javascript Firefox

Examine source code of No Javascript

제작자: manybuddies
Inspect and view changes in No Javascript source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "No Javascript",
  "version": "1.0.8",
  "description": "Disallows the running of Javascript.",
  "icons": {
    "48": "resources/icon1-48.png",
    "96": "resources/icon1-96.png"
  },
  "applications": {
    "gecko": {
      "id": "nojavascript@my.manybuddies.com",
      "strict_min_version": "70.0"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "48": "resources/icon2-48.png",
      "96": "resources/icon2-96.png"
    },
    "default_title": "No Javascript",
    "default_popup": "ui_panel/ui_panel.html"
  },
  "options_ui": {
    "page": "ui_options/ui_options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "bs_engine.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ]
}

최고의 No Javascript 대안

다음은 No Javascript과(와) 유사한 Firefox add-on입니다: