Google Analytics Parameter Stripper

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

What is Google Analytics Parameter Stripper?

Google Analytics Parameter Stripper is a Chrome extension developed by Mihai Parparita, and its main feature is "Removes Google Analytics (UTM) tracking tokens from URL query strings.".

Extension Screenshots

screenshot
screenshot

Download Google Analytics Parameter Stripper Extension CRX File

Download Google Analytics Parameter Stripper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Removes Google Analytics/Urchin tracking parameters (utm_source, utm_medium, etc.) from URLs that are displayed in the address bar. Also cleans up YouTube URLs slightly.

This is done as a purely aesthetic post-processing step, the site still sees the parameters at initial loading time. The "cleaned up" URL is ready to be pasted into emails, IMs, etc.

Permissions that are required:
- "Your browsing history": Necessary to observe when tabs are created and navigated to
- "Your data on all websites": Necessary to execute the JavaScript to update the URL without reloading the tab                    

Extension Basic Information

Name Google Analytics Parameter Stripper Google Analytics Parameter Stripper
ID jbgedkkfkohoehhkknnmlodlobbhafge
Official URL https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge
Description Removes Google Analytics (UTM) tracking tokens from URL query strings.
File Size 14.25 KB
Installation Count 191
Current Version 1.6
Last Updated 2016-05-02
Publish Date 2016-05-02
Rating 3.60/5 Total 10 Ratings
Developer Mihai Parparita
Email [email protected]
Payment Type free
Extension Website https://github.com/mihaip/utm-stripper
Supported Languages en
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",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}