百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

chrome-utm-stripper

> 编程语言
开源

一个浏览器扩展程序,可从 URL 查询字符串中删除 Google Analytics (UTM) 参数和各种其他点击跟踪令牌

746 stars0 点赞1 次浏览
访问官网GitHub

工具介绍

一个浏览器扩展程序,可从 URL 查询字符串中删除 Google Analytics (UTM) 参数和各种其他点击跟踪令牌

Tracking Token Stripper

This is a Chrome and Firefox browser extension that strips Google Analytics (i.e. Urchin Tracking Monitor) parameters, and various other click tracking tokens, from URL query strings. This is done before the web request is made and results in both more private browsing as well as more aesthetically pleasing URLs.

You can install this extension from the Firefox Add-ons or Edge Add-ons.

[!IMPORTANT] This extension is no longer available in the Chrome Web Store. It was removed (along with all other Manifest V2-based extensions) on August 31, 2026:

https://developer.chrome.google.cn/docs/extensions/develop/migrate/mv2-deprecation-timeline

I'm not motivated to rewrite this extension from Manifest V2 to V3. The work appears to be non-trivial for this kind of extension, and after that amount of effort, it won't work any "better" than the current version.

Please see the list of alternatives below if you need another solution.

Recognized Parameters

The following query string parameters are stripped:

  • Facebook
    • fbclid
  • Google
    • gclid
    • utm_source
    • utm_medium
    • utm_term
    • utm_campaign
    • utm_content
    • utm_cid
    • utm_internal
    • utm_klaviyo_id
    • utm_reader
    • utm_referrer
    • utm_name
    • utm_social
    • utm_social-type
  • ActiveCampaign
    • vgo_ee
  • HubSpot
    • _hsenc
    • _hsmi
  • Instagram
    • igshid
  • Klaviyo
    • utm_klaviyo_id
  • Mailchimp
    • mc_cid
    • mc_eid
  • Marketo
    • mkt_tok
  • Microsoft (MSN/Bing)
    • cvid
    • oicd
  • Olytics
    • oly_anon_id
    • oly_enc_id
    • otc
  • Wicked Reports
    • wickedid
  • Yahoo
    • soc_src
    • soc_trk
  • Yandex
    • _openstat
    • yclid
  • Other
    • ICID
    • rb_clickid
    • stm_ variants of the utm_ parameters

Permissions

This extension requires these permissions:

  • webRequest, to use the chrome.webRequest API
  • webRequestBlocking, to use chrome.webRequest in a blocking fashion
  • http://*/*?*, to filter http URLs
  • https://*/*?*, to filter https URLs

Alternatives

uBlock Origin

uBlock Origin includes a removeparam feature that supports fine-grained matching and removal of query string parameters. The AdGuard URL Tracking Protection list provides well-maintained coverage for a large number of domains and query string tokens.

Firefox

Firefox includes built-in support for query parameter stripping. The default set of removed query params is limited, but you can configure your own via the privacy.query_stripping.strip_list pref.

StopTheMadness

StopTheMadness for Apple platforms (Safari on iOS and iPadOS; Safari, Firefox, Chrome, and Chromium browsers on macOS) lets you customize the list of query tracking parameters that are automatically removed from URLs, including domain-specific removal.

Other Extensions

  • ClearURLs
  • URL Tracking Stripper

Logo

Urchin Logo by Jordan Irwin / Deluge.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScriptbrowser-extensionchromechrome-extensionedge

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言