迅雷离线Aria2

这个插件使用迅雷离线作为中转, 加速 Aria2 下载. 现在也可以直接用 Aria2 下载

What is 迅雷离线Aria2?

迅雷离线Aria2 is a Chrome extension developed by ywwzwb, and its main feature is "这个插件使用迅雷离线作为中转, 加速 Aria2 下载. 现在也可以直接用 Aria2 下载".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 迅雷离线Aria2 Extension CRX File

Download 迅雷离线Aria2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ##新功能: 现在可以配置多个服务器, 方便在不同环境中切换服务器!
##新功能: 现在可以直接下载资源到 Aria2, 不通过迅雷中转也可以!
##新功能: 现在默认隐藏 token 信息, 想要查看 token, 点击一下就行了!
##新功能: 断网连不上下载器? 现在连接不上的服务器也可以添加了

利用迅雷远程做中转, 将你想要的资源下载到你的计算机上.
使用迅雷 cookie 验证方式, 不必在应用内输入密码, 账号安全有保障.
速度超快的同时, 可以不必开通整月的会员, 直接在租用12小时的会员即可高速下载.
支持电驴, 磁力链, ftp, 迅雷专用链接等.
只支持 Aria2 的token 验证方式, 可以自定义下载保存文件夹.
注意: 可能会与其他迅雷远程增强脚本冲突.
如果有问题, 请在评论或是在这里https://github.com/ywwzwb/XunleiToAria2 给我留言
(如你所见, 宣传图非常丑, 希望有好心人给我做一个宣传图)                    

Extension Basic Information

Name 迅雷离线Aria2 迅雷离线Aria2
ID llhdoolhgigbnppanegcohafahjgbpek
Official URL https://chromewebstore.google.com/detail/%E8%BF%85%E9%9B%B7%E7%A6%BB%E7%BA%BFaria2/llhdoolhgigbnppanegcohafahjgbpek
Description 这个插件使用迅雷离线作为中转, 加速 Aria2 下载. 现在也可以直接用 Aria2 下载
File Size 114 KB
Installation Count 3,000
Current Version 1.1.9
Last Updated 2017-06-13
Publish Date 2017-06-13
Rating 4.26/5 Total 31 Ratings
Developer ywwzwb
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8fc5\u96f7\u79bb\u7ebfAria2",
    "short_name": "xta",
    "description": "\u8fd9\u4e2a\u63d2\u4ef6\u4f7f\u7528\u8fc5\u96f7\u79bb\u7ebf\u4f5c\u4e3a\u4e2d\u8f6c, \u52a0\u901f Aria2 \u4e0b\u8f7d. \u73b0\u5728\u4e5f\u53ef\u4ee5\u76f4\u63a5\u7528 Aria2 \u4e0b\u8f7d",
    "version": "1.1.9",
    "icons": {
        "128": "image\/icon-128.png",
        "48": "image\/icon-48.png",
        "16": "image\/icon-16.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "cookies",
        "notifications",
        "http:\/\/dynamic.cloud.vip.xunlei.com\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.1.0.min.js",
            "js\/tools.js",
            "js\/aria2.js",
            "js\/xunleiapi.js",
            "js\/task.js",
            "js\/servermanager.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dynamic.cloud.vip.xunlei.com\/*"
            ],
            "css": [
                "css\/xunlei-insert.css",
                "css\/insert.css"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/xunlei-insert.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "image\/icon-19.png",
            "38": "image\/icon-38.png"
        },
        "default_title": "Xunlei To Aria2"
    }
}