DuckDuckGo Privacy Protector Firefox

Examine source code of DuckDuckGo Privacy Protector

Inspect and view changes in DuckDuckGo Privacy Protector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DuckDuckGo Privacy Protector",
  "version": "1.0.0",
  "description": "Bảo vệ quyền riêng tư tối ưu với công cụ chặn theo dõi và chuyển hướng an toàn.",
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.duckduckgo.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.duckduckgo.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "duckduckgo-privacy-protector@local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best DuckDuckGo Privacy Protector Alternatives

Here are some Firefox add-ons that are similar to DuckDuckGo Privacy Protector: