PrivacyPirate - Block Trackers & Fingerprinting Firefox

Examine source code of PrivacyPirate - Block Trackers & Fingerprinting

Inspect and view changes in PrivacyPirate - Block Trackers & Fingerprinting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.0.0",
  "homepage_url": "https://privacypirate.net",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "declarativeNetRequest",
    "webRequest",
    "storage",
    "tabs",
    "scripting",
    "webNavigation",
    "alarms",
    "idle",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/dom-guard.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/counter-tracking.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_page": "options/options.html",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/stub.js",
        "assets/pixel.gif"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_exceptions",
        "enabled": true,
        "path": "rules/exceptions.json"
      },
      {
        "id": "ruleset_site_exceptions",
        "enabled": true,
        "path": "rules/site_exceptions.json"
      },
      {
        "id": "ruleset_redirects",
        "enabled": true,
        "path": "rules/redirects.json"
      },
      {
        "id": "ruleset_low",
        "enabled": false,
        "path": "rules/low.json"
      },
      {
        "id": "ruleset_moderate",
        "enabled": false,
        "path": "rules/moderate.json"
      },
      {
        "id": "ruleset_high_1",
        "enabled": false,
        "path": "rules/high_1.json"
      },
      {
        "id": "ruleset_high_2",
        "enabled": false,
        "path": "rules/high_2.json"
      },
      {
        "id": "ruleset_extreme_1",
        "enabled": false,
        "path": "rules/extreme_1.json"
      },
      {
        "id": "ruleset_extreme_2",
        "enabled": false,
        "path": "rules/extreme_2.json"
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "privacypirate@privacypirate.net",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best PrivacyPirate - Block Trackers & Fingerprinting Alternatives

Here are some Firefox add-ons that are similar to PrivacyPirate - Block Trackers & Fingerprinting: