AI 产品解读Removes tracking query parameters (fbclid, utm_*, ref_*, gclid, etc.) from URLs to improve privacy and create cleaner URLs.
Tracking parameters added by ads and referral links can expose user browsing data to third parties and make URLs messy. This extension strips those parameters automatically.
1. User installs the extension. 2. On install, background.js adds declarativeNetRequest rules to allow certain domains to bypass stripping. 3. For every navigation request, queryParamsRemover.js intercepts the URL, checks if the domain is excluded, and if not, removes tracking query parameters. 4. The cleaned URL is used for the request instead of the original.
Removes fbclid, utm_*, ref_*, gclid, and other tracking query params from URLsExcludes certain domains (booking.com, airline sites, linkedin.com, etc.) from stripping to avoid breaking functionalityUses declarativeNetRequest for rule-based URL rewriting and webRequest.onBeforeRequest for JavaScript-based strippingSupports both MV3 (Chrome) and MV2 (Firefox via browser.* API)
- 目标用户
- Privacy-conscious users who want to avoid ad tracking via URL parameters / Users who prefer clean URLs without tracking clutter
- The extension uses two mechanisms (declarativeNetRequest in rules_1.json and webRequest in queryParamsRemover.js) which may have overlapping or conflicting behavior. The webRequest approach runs in a content script context (likely injected), while declarativeNetRequest runs in the background. Both achieve similar URL rewriting but through different APIs. This dual approach was not fully analyzed for potential edge cases.
付费分析未识别到付费功能
The extension is entirely free with no paid features, no subscription gating, no payment platform integration, and no upgrade prompts. The 'pro' keyword hit was a false positive from a hash string in _metadata/verified_contents.json.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local URL-rewriting tool using declarativeNetRequest and webRequest APIs. It requires no account, no login UI, and no connection to any external service for authentication. The user can install and use it immediately on any Chrome profile.
Works great for fbclid remover Thank you ps.I found some issues, i can't watch video on bilibili.tv
Used to be good extension, but last update f-d it up (at least for brave browser), now i get redirection notice when i click links: Redirect Notice The page you were on is trying to send you to https://whatever.page.com If you do not want to visit that page, you can return to the previous page.
Another extension developer here. I checked the source code, it's all safe and the only extension that actually works properly. Other extensions they simply redirect AFTER you have been tracked. This one strips your tracking info before you actually visit the website.
Buggy, it adds an extra equal sign to the URLs with parameters without values, causing errors.
Really good addon, but: EDIT: There is an issue i'M experienceing since a month. If the addon is enabled, Spotify webplayer stops playing music. Usually won't even start a song but when it starts one it is silent. As soon as I disable the extension Spotify starts playing again. Please add a feature the exlude it on specific sites, e.g. Spotify. So that it can work everywhere else.
Can you add "?referrer=" link ? the site also detect that "?utm_" are removed...
Works without problems, seems to be the only one addon that works right now. Thanks!
idea for this came to me like 2 minutes ago, installed 1 minute ago and it just works :)
amazing extension!
Tried a few others. Only this one seems to work.