迅雷下载支持

迅雷下载支持

迅雷下载支持

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "zh_CN",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "icons": {
    "16": "images/menu_logo.png",
    "48": "images/extension_logo.png",
    "128": "images/install_logo.png"
  },
  "action": {
    "default_icon": "images/icon19_normal.png",
    "default_title": "迅雷Chrome支持",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "js/xl-content.css"
      ],
      "js": [
        "js/xl-content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "contextMenus",
    "cookies",
    "tabs",
    "webRequest",
    "downloads",
    "nativeMessaging",
    "storage",
    "scripting",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "version": "3.49",
  "manifest_version": 3
}