Unlock Copy - Right Click Firefox

Examine source code of Unlock Copy - Right Click

Inspect and view changes in Unlock Copy - Right Click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Unlock Copy - Enable Right Click & Copy",
  "version": "1.0.3",
  "description": "Restore copy, text selection, right-click and keyboard shortcuts on sites that block them. Nothing is tracked and nothing is sent.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_title": "Unlock Copy",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "commands": {
    "toggle-unlock": {
      "suggested_key": {
        "default": "Alt+Shift+U"
      },
      "description": "Unlock or relock the current page"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "unlock-copy@tiltedlunar.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Unlock Copy - Right Click Alternatives

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