Google Analytics Parameter Stripper

Google Analytics Parameter Stripper

Removes Google Analytics (UTM) tracking tokens from URL query strings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Analytics Parameter Stripper",
  "description": "Removes Google Analytics (UTM) tracking tokens from URL query strings.",
  "version": "1.6",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "webNavigation",
    "<all_urls>"
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  }
}