批量下载助手
迅雷,快车,QQ,电驴,磁力链,115批量下载助手
What is 批量下载助手?
批量下载助手 is a Chrome extension developed by zerosumi, and its main feature is "迅雷,快车,QQ,电驴,磁力链,115批量下载助手".
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
批量下载助手,专为以下链接提供批量复制功能: 迅雷 Thunder:// 快车 Flashget:// QQ qqdl:// 电驴 ed2k:// 磁力链 magnet:? 115 115为批量复制提取码模式 欢迎反馈错误以及提供新功能建议 更新日志 V1.0.1 20131012 *默认编码 V1.0 20131006 发布
Extension Basic Information
Name | |
ID | lkbekdmaneeogjhmlkelbgphpdoehilb |
Official URL | https://chrome.google.com/webstore/detail/%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD%E5%8A%A9%E6%89%8B/lkbekdmaneeogjhmlkelbgphpdoehilb |
Description | 迅雷,快车,QQ,电驴,磁力链,115批量下载助手 |
File Size | 68.47 KB |
Installation Count | 1,000 |
Current Version | 1.0.1 |
Last Updated | 2013-10-12 |
Publish Date | 2013-10-12 |
Rating | 3.55/5 Total 11 Ratings |
Developer | zerosumi |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "\u8fc5\u96f7\uff0c\u5feb\u8f66\uff0cQQ\uff0c\u7535\u9a74\uff0c\u78c1\u529b\u94fe\uff0c115\u6279\u91cf\u4e0b\u8f7d\u52a9\u624b", "name": "\u6279\u91cf\u4e0b\u8f7d\u52a9\u624b", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "clipboardRead", "clipboardWrite" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" } } |