Copy links on hover Firefox

Examine source code of Copy links on hover

Inspect and view changes in Copy links on hover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy links on hover",
  "version": "0.3",
  "description": "Firefox extension to copy links on hovering using Ctrl+C.",
  "homepage_url": "https://codeberg.org/SecT0uch/copylink-on-hover",
  "icons": {
    "48": "icons/copy-link_48.png",
    "96": "icons/copy-link_96.png",
    "752": "icons/copy-link_752.png"
  },
  "author": "Jordan ERNST",
  "browser_specific_settings": {
    "gecko": {
      "id": "copylink@hover.io",
      "strict_min_version": "127.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "copylink-on-hover.js"
      ]
    }
  ]
}

Best Copy links on hover Alternatives

Here are some Firefox add-ons that are similar to Copy links on hover: