Google Analytics Blocker

Google Analytics Blocker

A simple firewall for your browser that blocks data from being sent to Google Analytics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Google Analytics Blocker",
  "version": "1.0",
  "description": "A simple firewall for your browser that blocks data from being sent to Google Analytics.",
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "icons": {
    "16": "gblocker-16.png",
    "32": "gblocker-32.png",
    "48": "gblocker-48.png",
    "128": "gblocker-128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "blocked",
        "enabled": true,
        "path": "blocked.json"
      }
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}