Google Analytics Parameter Stripper

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

什么是Google Analytics Parameter Stripper?

Google Analytics Parameter Stripper是由Mihai Parparita开发的Chrome扩展程序,该扩展的主要功能是“Removes Google Analytics (UTM) tracking tokens from URL query strings.”。

扩展截图

screenshot
screenshot

下载Google Analytics Parameter Stripper扩展crx文件

下载Google Analytics Parameter Stripper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Google Analytics Parameter Stripper Google Analytics Parameter Stripper
ID jbgedkkfkohoehhkknnmlodlobbhafge
官方URL https://chromewebstore.google.com/detail/google-analytics-paramete/jbgedkkfkohoehhkknnmlodlobbhafge
简介 Removes Google Analytics (UTM) tracking tokens from URL query strings.
文件大小 14.25 KB
安装次数 191
当前版本 1.6
更新时间 2016-05-02
上架时间 2016-05-02
评分 3.60/5 共10次评分
开发者 Mihai Parparita
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/mihaip/utm-stripper
支持的语言 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"
    }
}