Blue Privacy Extention Firefox

Examine source code of Blue Privacy Extention

Inspect and view changes in Blue Privacy Extention source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Blue Privacy Extension",
  "description": "Redirect non-private services to private alternatives.",
  "version": "0.1.1",
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/images/icon16.png",
      "48": "assets/images/icon48.png",
      "128": "assets/images/icon128.png"
    },
    "default_title": "Blue Privacy Extension",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "jquery-3.5.1.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f89fba2-6bc8-4ec4-bd09-a65639992ec4}"
    }
  },
  "default_locale": "en"
}

Best Blue Privacy Extention Alternatives

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