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.
it works but occasionally breaks request with query string which is not formatted in key-value pairs. e.g. http://foo/?non_keyvalue_pair_string => Internal Redirect => http://foo/?non_keyvalue_pair_string=
This is what i need...
It does what it says. BUT, it breaks some websites. Biggest example is LinkedIn. Search, messaging and many other features stop working when this extension is active.
It is good in general, but it re-encodes parameters containing UTF-8 chars wrongly. For example: ?query=p%E4ris comes to ?query=p%EF%BF%BDris
Works quite good, except one nuisance. If any URL contains spaces encoded as %20, it changes it to +. I frequently use a search engine which demands spaces encoded as %20 and replaces "pluses" with it. This creates infinite loop and I just get too many redirects error in the end.
Works as expected!
Works, but was messing up some other website functionality
Great extension. Checked the code and very little there but does remove before the request is sent. Thank you dev!
Works great most of the time. However, it causes some issues on LinkedIn where it blocks big parts of users' profiles. Would be great if Chrome allowed blacklists for extensions.
Great extension, sadly the latest update borked spotify web player for me. Turning off the extension makes everything work normal, just as before. Brave browser.