迅雷快传助手

迅雷快传资源嗅探,下载链接快速导出

What is 迅雷快传助手?

迅雷快传助手 is a Chrome extension developed by Kayon Hu, and its main feature is "迅雷快传资源嗅探,下载链接快速导出".

Extension Screenshots

screenshot
screenshot
screenshot

Download 迅雷快传助手 Extension CRX File

Download 迅雷快传助手 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任务, 快传资源一键脱机下载更方便。                    

Extension Basic Information

Name 迅雷快传助手 迅雷快传助手
ID hiiajmilnjaihjopdmgajmhkndlpoajp
Official URL https://chrome.google.com/webstore/detail/%E8%BF%85%E9%9B%B7%E5%BF%AB%E4%BC%A0%E5%8A%A9%E6%89%8B/hiiajmilnjaihjopdmgajmhkndlpoajp
Description 迅雷快传资源嗅探,下载链接快速导出
File Size 127 KB
Installation Count 502
Current Version 1.0.0
Last Updated 2014-11-11
Publish Date 2014-11-11
Rating 4.13/5 Total 8 Ratings
Developer Kayon Hu
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8fc5\u96f7\u5feb\u4f20\u52a9\u624b",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "\u8fc5\u96f7\u5feb\u4f20\u8d44\u6e90\u55c5\u63a2,\u4e0b\u8f7d\u94fe\u63a5\u5feb\u901f\u5bfc\u51fa",
    "browser_action": {
        "default_icon": "images\/[email protected]",
        "default_popup": "popup.html",
        "default_title": ""
    },
    "icons": {
        "128": "images\/[email protected]",
        "64": "images\/[email protected]",
        "48": "images\/[email protected]",
        "32": "images\/[email protected]",
        "16": "images\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "clipboardWrite",
        "notifications",
        "tabs",
        "downloads",
        ""
    ],
    "web_accessible_resources": [
        "ThunderKuaiPage.css"
    ]
}