# Automatic URL Cleaner - Strip Trackers and Tags

> Strips tracking parameters and affiliate tags from URLs before the browser loads them. Also resolves link shorteners like amzn.to without setting an affiliate cookie. Runs silently — no toolbar button, no settings, no interaction.

Canonical page: [https://chrome-stats.com/d/automatic-url-cleaner-](https://chrome-stats.com/d/automatic-url-cleaner-)

## Overview

- **ID:** `automatic-url-cleaner-`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** Amy
- **Category:** privacy-security,shopping
- **Daily users:** 1
- **Weekly downloads:** 1
- **Version:** 1.0.0
- **Last updated:** 2026-04-24
- **First published:** 2026-04-21
- **Size:** 12 KB
- **Data as of:** 2026-09-08
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/automatic-url-cleaner-/)

## Description

<strong>This extension rewrites URLs automatically, in the background, as you browse</strong>
  - Tracking parameters — UTM tags, gclid, fbclid, msclkid, mc_eid, mkt_tok, igshid, ttclid, <em>hsenc, yclid, and about fifty more are stripped from every navigation across every site.
  - Affiliate tags — Amazon (tag, linkId, ref</em>, pd_rd_<em>, ascsubtag), eBay (mkevt, campid), AliExpress (aff_</em>), Etsy, Walmart, Target, Best Buy, Newegg, plus click parameters from Impact, CJ, Rakuten, Awin, and Skimlinks.
  - Redirector wrappers — <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/59ed3d59c87bb31af4a71490a8004ddd0f515cb964bf567f0965c9e3764666ea/http%3A//l.facebook.com" rel="nofollow">l.facebook.com</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/e1241d4a3b5f514d3cd7f795371418f7785663f3098c556bd2b28dd8ef985bb7/http%3A//l.instagram.com" rel="nofollow">l.instagram.com</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/a5480804dfe5edaf0a08c834604da9ca3e2022550aa4097d28dd66ec31146e17/http%3A//out.reddit.com" rel="nofollow">out.reddit.com</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/146e241c7ba322673bb9291dc5b445463d2cdb8d367e20025ce72233269b835d/http%3A//youtube.com/redirect" rel="nofollow">youtube.com/redirect</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/3bb490ff6a8bf21940ec1d26f4c8f0024b408c0887b10b894741bdff420981a5/http%3A//google.com/url" rel="nofollow">google.com/url</a>, Steam's linkfilter, and others. You land on the real URL, not the wrapper.
  - Link shorteners — <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/eff5618b8a63bda437de32b2d8d9dae7609ada610d6b7498747ae40faff0707c/http%3A//amzn.to" rel="nofollow">amzn.to</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/d391179676369e8267d932c98204c70ca84d605cc9c9c152f9ed09bcb61c76b9/http%3A//a.co" rel="nofollow">a.co</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/5aa17f881ed420efa2d86fa78d9b365a5c38e3459e2100586c767c2958c459b0/http%3A//bit.ly" rel="nofollow">bit.ly</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/41752b2e94911eb946127161d67de56eda8e97fd4e794ab90056f57b3a159c72/http%3A//tinyurl.com" rel="nofollow">tinyurl.com</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/188484b19de4cdc52223697025c19972aea51e8f306496a87000b37d1b011522/http%3A//t.co" rel="nofollow">t.co</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/c2020a1f90f7a514a2ea78bb67296e29d6bac5ec1f180a4758a746f3b3bcfac5/http%3A//geni.us" rel="nofollow">geni.us</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/9991dfd76b90bf3fb82bd13c8db0c5db251ced61c6f7d2f0cdcd8472f8b4b7ea/http%3A//rstyle.me" rel="nofollow">rstyle.me</a>, <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/4b9d500d8cce673494a148d0c12e85e101cc01e776076532876179fdf005a913/http%3A//click.linksynergy.com" rel="nofollow">click.linksynergy.com</a>, and affiliate-gateway hosts. These are resolved with a cookieless background request, so the affiliate attribution cookie is never written to your cookie jar, even
  though you still reach the correct destination.

<strong>How it works</strong>
  The extension hooks top-level navigations through webRequest.onBeforeRequest. Known tracking and affiliate parameters are stripped synchronously with no network cost. Shortener hosts are resolved in the background with credentials: "omit", which means no cookies are sent to or accepted from the shortener's redirect chain. Resolved URLs are cached so a given short link is never re-fetched.

<strong>What it does not do</strong>
  - Does not touch XHR, fetch, or analytics beacons — only user-visible navigations. API calls that legitimately depend on query parameters are left alone.
  - Does not send any data anywhere. No telemetry, no remote rule list, no analytics, no update pings beyond Firefox's standard version check.

<strong>Permissions</strong>
  - webRequest / webRequestBlocking — required to rewrite a URL before the request is sent. Without blocking webRequest, the tracker has already been contacted by the time a parameter can be removed.
  - Access your data for all websites — required because tracking parameters appear on every site, not on a fixed list. The extension only ever reads the URL of each top-level navigation; it does not read page contents.

<strong>Privacy</strong>
  This extension collects nothing. There is no remote server, no account, no analytics. The only outbound traffic it generates is the cookieless HEAD request used to resolve shorteners you click — and that request goes to the shortener's own host, not to any server
  operated by this add-on.

## Rankings

- #116,034 — Overall
- #51 — rakuten
- #119 — walmart
- #188 — gateway
- #205 — aliexpress

## Permissions and access

### Permissions

- `webRequest`
- `webRequestBlocking`
- `<all_urls>`

## Safety

- **Risk impact:** Moderate risk impact
- **Risk likelihood:** High risk likelihood

### Analysis details

- Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [ClearURLs](https://chrome-stats.com/d/clearurls) — 511,022 users, 4.26 / 5
- [Clean Links](https://chrome-stats.com/d/clean-links) — 9 users
- [Link Cleaner](https://chrome-stats.com/d/link-cleaner) — 2,028 users, 3.91 / 5
- [URLCleaner](https://chrome-stats.com/d/urlcleaner) — 8 users, 3.60 / 5
- [Advanced URL Cleaner](https://chrome-stats.com/d/advanced-url-cleaner) — 12 users
- [Rather's Link Shortener](https://chrome-stats.com/d/rather-s-link-shortener) — 10 users
- [Remove Tracking Params](https://chrome-stats.com/d/remove-tracking-params) — 9 users, 3.00 / 5
- [Link Cleaner+](https://chrome-stats.com/d/link-cleaner-plus) — 780 users, 4.39 / 5
- [CleanLink Privacy & Tracker Blocker](https://chrome-stats.com/d/cleanlink-tracker-blocker) — 7 users, 5.00 / 5
- [Link Cleaner Lite](https://chrome-stats.com/d/link-cleaner-lite) — 1 users
- [MUGA: URL Cleaner. Remove tracking](https://chrome-stats.com/d/muga) — 5 users, 5.00 / 5
- [Tag Remover for Amazon](https://chrome-stats.com/d/amazon-tag-remover) — 455 users, 3.65 / 5

---

Source: [Chrome-Stats](https://chrome-stats.com/d/automatic-url-cleaner-)
