Link Cleaner

Link Cleaner

Clean URLs that are about to be visited: - removes utm_* parameters - on item pages of aliexpress and amazon, removes tracking parameters - skip redirect pages of facebook, steam and reddit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Erwan Ameil",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Clean URLs that are about to be visited: - removes utm_* parameters - on item pages of aliexpress and amazon, removes tracking parameters - skip redirect pages of facebook, steam and reddit (directly go to the url being redirected to, and never hit their outgoing redirect tracking)\nYou can now visit and bookmark clean links instead of the long, tracking-enabled ones!\n",
  "homepage_url": "https://github.com/idlewan/link_cleaner",
  "manifest_version": 2,
  "name": "Link Cleaner",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "1.6resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6d85dea2-0fb4-4de3-9f8c-264bce9a2296}"
    }
  }
}