NoScript Lite Firefox

Examine source code of NoScript Lite

Inspect and view changes in NoScript Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoScript Lite",
  "version": "1.0",
  "description": "Blocks JavaScript execution by default for enhanced security.",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "NoScript Lite"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "noscript-lite@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best NoScript Lite Alternatives

Here are some Firefox add-ons that are similar to NoScript Lite: