万能复制

万能复制

一键破解禁止右键、破解禁止选择、破解禁止复制、破解禁止粘贴,启用复制,启用右键,启用选择,启用粘贴。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "img/ico19_disable.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "background": {
    "service_worker": "js/app.js"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "128": "img/ico.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_page": "option.html",
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "alarms",
    "declarativeNetRequest",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.4",
  "web_accessible_resources": [
    {
      "resources": [
        "/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}