Copy Clean URL Firefox

Examine source code of Copy Clean URL

Inspect and view changes in Copy Clean URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Clean URL",
  "version": "1.0",
  "description": "Tự động xóa các tham số theo dõi như utm_source, fbclid khi copy URL.",
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Copy Clean URL",
    "default_icon": "icons/icon.png"
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "applications": {
    "gecko": {
      "id": "copy-clean-url@example.com",
      "strict_min_version": "91.0"
    }
  }
}

Best Copy Clean URL Alternatives

Here are some Firefox add-ons that are similar to Copy Clean URL: