Website Permissions Checker Firefox

Examine source code of Website Permissions Checker

Inspect and view changes in Website Permissions Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Website Permissions Checker",
  "version": "1.2",
  "description": "Detects, logs, and allows blocking of unnecessary access permissions requested by websites.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "notifications",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    },
    "default_title": "Access Permissions Checker",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6fa5acc6-aef3-4116-be52-4d3b7585e543}"
    }
  }
}

Best Website Permissions Checker Alternatives

Here are some Firefox add-ons that are similar to Website Permissions Checker: