EnableCopy

EnableCopy

Enable Copy, Simple Click Copy, Enable Select, Enable Paste in Every Site. Crack Disable Copy.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "19": "img/ico.png",
    "48": "img/ico.png",
    "128": "img/ico.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery.js",
        "js/clipboard.min.js",
        "js/crack.js"
      ],
      "run_at": "document_end"
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "ruleset_1",
        "path": "rules.json"
      }
    ]
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "options_page": "option.html",
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "declarativeNetRequest"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/doc88.js",
        "js/qqdoc.js",
        "js/qqdoc2.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "version": "0.1.2"
}