Enable Right Click & Copy Paste Firefox

Examine source code of Enable Right Click & Copy Paste

Inspect and view changes in Enable Right Click & Copy Paste source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_rc_extName__",
  "description": "__MSG_rc_extDescription__",
  "version": "1.0.2",
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/128px.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_rc_extName__"
  },
  "icons": {
    "16": "icons/16px.png",
    "32": "icons/32px.png",
    "48": "icons/48px.png",
    "64": "icons/64px.png",
    "128": "icons/128px.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b29c75ef-59f2-4ecf-9520-4c037fd54ccb}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "browsingActivity",
          "websiteActivity"
        ]
      },
      "strict_min_version": "72.0"
    }
  }
}

Best Enable Right Click & Copy Paste Alternatives

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