Privacy Aegis Firefox

Examine source code of Privacy Aegis

Inspect and view changes in Privacy Aegis source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Privacy Aegis",
  "version": "3.1.0",
  "description": "Protection complète contre le tracking, fingerprinting, publicités. Bloque les trackers, cookies tiers, WebRTC et plus.",
  "author": "souffly007",
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-aegis@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "cookies",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Privacy Aegis",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Privacy Aegis Alternatives

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