超级复制

超级复制

【精选推荐】超级复制,一键破解禁止右键、破解禁止选择、破解禁止复制、破解禁止粘贴,启用复制,启用右键,启用选择,启用粘贴。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "img/ico19_disable.png",
    "default_popup": "popup.html",
    "default_title": "超级复制"
  },
  "background": {
    "service_worker": "js/inclusive.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/stadium.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "128": "img/ico.png"
  },
  "manifest_version": 3,
  "name": "超级复制",
  "options_page": "option.html",
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "alarms",
    "declarativeNetRequest",
    "scripting"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "3.1",
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "/*"
      ]
    }
  ]
}