Enable Copy & Select Firefox

Examine source code of Enable Copy & Select

Por: 9Win
Inspect and view changes in Enable Copy & Select source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enable Copy & Select",
  "version": "1.0",
  "description": "Remove copy, paste and text selection restrictions on websites.",
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "enable-copy@example.com",
      "strict_min_version": "58.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Melhores alternativas Enable Copy & Select

Aqui estão algumas Firefox add-ons que são similares a Enable Copy & Select: