URL Cleaner

URL Cleaner

URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "URL Cleaner",
  "description": "URL Cleaner is a convenient tool that helps you remove unnecessary parameters, tracking codes, and other unwanted elements from URLs",
  "version": "0.0.4",
  "icons": {
    "128": "icon128.118c5200.png"
  },
  "background": {
    "service_worker": "background.f6793643.js",
    "type": "module"
  },
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.583cce94.html"
  }
}