夸克网盘-网页嗅探

夸克网盘-网页嗅探

识别到网页资源时,可一键存夸克网盘

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "夸克网盘-网页嗅探",
  "manifest_version": 3,
  "version": "1.1.8",
  "description": "识别到网页资源时,可一键存夸克网盘",
  "background": {
    "service_worker": "qk-background.js"
  },
  "content_scripts": [
    {
      "css": [
        "qk-content.css"
      ],
      "js": [
        "qk-content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "permissions": [
    "webRequest",
    "nativeMessaging",
    "contextMenus",
    "storage",
    "downloads",
    "cookies",
    "tabs",
    "proxy"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "insert.js",
        "update-iframe.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/app.png",
      "32": "/images/app.png",
      "48": "/images/app.png",
      "128": "/images/app.png"
    },
    "default_title": "夸克网盘嗅探插件"
  },
  "icons": {
    "16": "/images/app.png",
    "32": "/images/app.png",
    "48": "/images/app.png",
    "128": "/images/app.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "options_page": "options.html"
}