PrivacyGuard Plus Firefox

Examine source code of PrivacyGuard Plus

By: TJ77
Inspect and view changes in PrivacyGuard Plus source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PrivacyGuard",
  "version": "1.0",
  "description": "Enhanced Privacy Tool: Blocks trackers, ads, fingerprinting attempts, and more",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "PrivacyGuard",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{890f8b67-2565-4ade-a676-90230743b703}"
    }
  }
}

Best PrivacyGuard Plus Alternatives

Here are some Firefox add-ons that are similar to PrivacyGuard Plus: