批量下载器

批量下载功能 Transfer By [email protected]

什么是批量下载器?

批量下载器是由http://lianghong.top开发的Chrome扩展程序,该扩展的主要功能是“批量下载功能 Transfer By [email protected]”。

扩展截图

screenshot
screenshot

下载批量下载器扩展crx文件

下载批量下载器扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        批量下载功能 Transfer By [email protected]。
这个扩展包是因为我经常用的 Chrono下载管理器 在下载基于session出现问题(老是登出,无法下载)后,找到了一个扩展,但是是英文版的,我进行了汉化,保留了原作者的名字。
如有问题,欢迎联系我  [email protected]。侵删。后续我可能会再做一些自己的扩展发布到这里。                    

扩展基本信息

名称 批量下载器 批量下载器
ID mgblihnaaedmhhgadafknogahbgejnno
官方URL https://chrome.google.com/webstore/detail/%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD%E5%99%A8/mgblihnaaedmhhgadafknogahbgejnno
简介 批量下载功能 Transfer By [email protected]
文件大小 47.16 KB
安装次数 541
当前版本 0.0.1
更新时间 2018-07-11
上架时间 2018-07-11
评分 3.29/5 共7次评分
开发者 http://lianghong.top
电子邮箱 [email protected]
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6279\u91cf\u4e0b\u8f7d\u5668",
    "version": "0.0.1",
    "description": "\u6279\u91cf\u4e0b\u8f7d\u529f\u80fd Transfer By [email protected]",
    "author": "Fabian Gremper, Leehom Chen, https:\/\/lianghong.top",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "\u6279\u91cf\u4e0b\u8f7d\u5668",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "downloads"
    ]
}