web copy master

web copy master

web copy master is free to crack, full-text copy, select copy, permanent free, permanent maintenance.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_name__"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_description__",
  "icons": {
    "128": "logo.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "css": [
        "css/myBtn.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "js/code.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 3,
  "name": "__MSG_name__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "storage",
    "declarativeNetRequest"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/docText.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version": "1.0.3",
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/mfbjljkeakpaebphhekjfdgpmamjmjic",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}