TextCopier +

TextCopier +

TextCopier + is a Chrome extension that allows you to copy text from any website that does not allow text selection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "/images/32.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "background": {
    "service_worker": "ws.js"
  },
  "default_locale": "en",
  "description": "TextCopier + is a Chrome extension that allows you to copy text from any website that does not allow text selection.",
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "icons": {
    "16": "/images/32.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "manifest_version": 3,
  "name": "TextCopier +",
  "options_page": "/options/index.html",
  "permissions": [
    "scripting",
    "storage",
    "contextMenus"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.3"
}