CopyAll Firefox

Examine source code of CopyAll

Inspect and view changes in CopyAll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CopyAll",
  "version": "1.1.1",
  "description": "Copy all text, without any restrictions",
  "developer": {
    "name": "NotAloneBoy",
    "url": "https://github.com/NotAloneBoy"
  },
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "1280": "icons/1280.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copyall@notaloneboy"
    }
  },
  "permissions": [
    "activeTab",
    "webNavigation"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}

Best CopyAll Alternatives

Here are some Firefox add-ons that are similar to CopyAll: