GA4 Notification Remover

GA4 Notification Remover

Removes the info bar in Universal Analytics, that you should upgrade to GA4

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GA4 Notification Remover",
  "description": "Removes the info bar in Universal Analytics, that you should upgrade to GA4",
  "version": "1.1",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.analytics.google.com/*"
      ],
      "css": [
        "my-styles.css"
      ]
    }
  ]
}