Allow Right Click & Copy Firefox

Examine source code of Allow Right Click & Copy

Inspect and view changes in Allow Right Click & Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Allow Right Click & Copy",
  "version": "1.0",
  "description": "Prevents websites from blocking text selection, right-click, and copying.",
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/off-icon-16.png",
    "32": "icons/off-icon-32.png",
    "48": "icons/off-icon-48.png",
    "128": "icons/off-icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/off-icon-32.png",
    "default_title": "Allow Right Click & Copy"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_activate.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e59135c5-97da-4fa9-b1f7-3ce7b5ea5d55}"
    }
  }
}

Best Allow Right Click & Copy Alternatives

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