Privacy Settings Manager Firefox

Examine source code of Privacy Settings Manager

Inspect and view changes in Privacy Settings Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/privacy-48.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/privacy-48.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extensionName__"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9fc2aaeb-5783-46bc-9d9a-3aeb2718461b}"
    }
  }
}

Best Privacy Settings Manager Alternatives

Here are some Firefox add-ons that are similar to Privacy Settings Manager: