Right Click Copy Firefox

Examine source code of Right Click Copy

Inspect and view changes in Right Click Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Right Click Copy",
  "version": "1.11",
  "description": "Copy Links with One click instead of two!",
  "permissions": [
    "clipboardWrite",
    "storage",
    "activeTab",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "Icon16X.png",
      "48": "Icon48X.png",
      "128": "Icon128XT.png"
    }
  },
  "commands": {
    "toggle-popup": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Toggle extension popup"
    },
    "visit-random-link": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "Visit a random link"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "Icon16X.png",
    "48": "Icon48X.png",
    "128": "Icon128XT.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "Copy@PlanetXtreme.net"
    }
  }
}

Best Right Click Copy Alternatives

Here are some Firefox add-ons that are similar to Right Click Copy: