Privacy Please Firefox

Examine source code of Privacy Please

Inspect and view changes in Privacy Please source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Privacy Redirect",
  "version": "1.0.0",
  "description": "Automatically redirects from regular websites to privacy-focused frontend alternatives",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*.youtube.com/*",
    "*://*.twitter.com/*",
    "*://*.x.com/*",
    "*://*.reddit.com/*",
    "*://*.instagram.com/*",
    "*://*.facebook.com/*",
    "*://*.tiktok.com/*",
    "*://*.google.com/*",
    "*://*.medium.com/*",
    "*://*.imgur.com/*",
    "*://*.quora.com/*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-redirect@example.com"
    }
  }
}

Best Privacy Please Alternatives

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