Privacy Badger Clone Firefox

Examine source code of Privacy Badger Clone

Inspect and view changes in Privacy Badger Clone source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Privacy Badger Clone",
  "version": "1.0.0",
  "description": "Tiện ích bảo vệ quyền riêng tư, chặn các trình theo dõi trực tuyến ẩn danh.",
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.svg"
  },
  "icons": {
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-badger-clone@local.addon",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Privacy Badger Clone Alternatives

Here are some Firefox add-ons that are similar to Privacy Badger Clone: