Clean Copy Address-Bar Firefox

Examine source code of Clean Copy Address-Bar

Inspect and view changes in Clean Copy Address-Bar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Copy a clean version of the current browser address bar URL",
  "manifest_version": 2,
  "name": "Clean Copy Address-Bar",
  "version": "1.0.0",
  "homepage_url": "https://github.com/christiankaindl/clean-copy-address#readme",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/copy.svg",
    "default_title": "Copy clean URL",
    "browser_style": true,
    "show_matches": [
      "*://*/*"
    ]
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ]
}

Best Clean Copy Address-Bar Alternatives

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