Tracking Token Stripper
Removes Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings.
Tracking Token Stripperとは何ですか?
Tracking Token StripperはJon Pariseによって開発されたChromeの拡張機能で、その主な機能は「Removes Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings.」です。
拡張機能のスクリーンショット
Tracking Token Stripper拡張機能のCRXファイルをダウンロード
Tracking Token Stripper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FeedBurner and similar links often include Google Analytics tracking tokens in the URL's query string. These start with the prefix "utm_" (Urchin Tracking Monitor). Facebook and Google also add click tracking identifiers to outbound URLs ("fblid" and "gclid"). They are used by the target site to report back statistics regarding the origin of the inbound link. This extension removes these tokens from the URL before the destination site is visited, resulting in a more private browsing experience with a cleaner URL that's more suitable for copying into an email, instant message, etc.
拡張機能の基本情報
名前 | Tracking Token Stripper |
ID | kcpnkledgcbobhkgimpbmejgockkplob |
公式URL | https://chromewebstore.google.com/detail/tracking-token-stripper/kcpnkledgcbobhkgimpbmejgockkplob |
説明 | Removes Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings. |
ファイルサイズ | 37.58 KB |
インストール数 | 12,605 |
現在のバージョン | 2.10 |
最終更新日 | 2023-11-28 |
公開日 | 2020-06-26 |
評価 | 4.04/5 合計 69 レビュー |
開発者 | Jon Parise |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jparise/chrome-utm-stripper |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tracking Token Stripper", "version": "2.10", "manifest_version": 2, "author": "Jon Parise", "description": "Removes Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings.", "homepage_url": "https:\/\/github.com\/jparise\/chrome-utm-stripper", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*\/*?*", "http:\/\/*\/*?*" ] } |