Allow Copy +

Allow Copy +

Allow copying. Remove copy protection. Free, easy. Enable text copying, context menu, right mouse button. Turn on selection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_desc__",
  "version": "2.0.0.17",
  "manifest_version": 3,
  "default_locale": "en",
  "background": {
    "service_worker": "ws.js"
  },
  "options_page": "/options/index.html",
  "permissions": [
    "scripting",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "/images/32.png",
      "32": "/images/32.png",
      "48": "/images/48.png",
      "128": "/images/128.png"
    }
  },
  "icons": {
    "16": "/images/32.png",
    "32": "/images/32.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  }
}