Enable Copy Firefox

Examine source code of Enable Copy

Inspect and view changes in Enable Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enable Copy",
  "version": "1.0",
  "description": "Enables copying on websites that prevent it.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Enable Copy"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1261b094-7fe9-48a4-afc1-f23134cc28c9}"
    }
  }
}

Best Enable Copy Alternatives

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