Google Analytics UTILS (UA & GA4)

Google Analytics UTILS (UA & GA4)

You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Analytics UTILS (UA & GA4)",
  "description": "You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container.",
  "version": "0.2",
  "manifest_version": 3,
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "declarativeNetRequest",
    "tabs",
    "scripting",
    "cookies"
  ],
  "icons": {
    "16": "/images/bug_logo_16.png",
    "32": "/images/bug_logo_32.png",
    "48": "/images/bug_logo_48.png",
    "128": "/images/bug_logo_128.png"
  },
  "action": {
    "default_icon": {
      "16": "/images/bug_logo_16.png",
      "32": "/images/bug_logo_32.png",
      "48": "/images/bug_logo_48.png",
      "128": "/images/bug_logo_128.png"
    },
    "default_popup": "popup.html"
  }
}