批量下载器

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

What is 批量下载器?

批量下载器 is a Chrome extension developed by http://lianghong.top, and its main feature is "批量下载功能 Transfer By [email protected]".

Extension Screenshots

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

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

Extension Basic Information

Name 批量下载器 批量下载器
ID mgblihnaaedmhhgadafknogahbgejnno
Official URL https://chrome.google.com/webstore/detail/%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD%E5%99%A8/mgblihnaaedmhhgadafknogahbgejnno
Description 批量下载功能 Transfer By [email protected]
File Size 47.16 KB
Installation Count 541
Current Version 0.0.1
Last Updated 2018-07-11
Publish Date 2018-07-11
Rating 3.29/5 Total 7 Ratings
Developer http://lianghong.top
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": "\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"
    ]
}