ThunderLixianAssistant

ThunderLixianAssistant

Assistant for ThunderLixian to export download links to aria2/aria2-rpc/wget/IDM/Orbit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.1.7",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "http://dynamic.cloud.vip.xunlei.com/*",
        "https://dynamic.cloud.vip.xunlei.com/*",
        "http://lixian.vip.xunlei.com/*"
      ],
      "js": [
        "ThunderLixianExporter/ThunderLixianExporter.user.js"
      ]
    }
  ]
}