批量下载器

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

Wat is 批量下载器?

批量下载器 is een Chrome-extensie ontwikkeld door http://lianghong.top, en de belangrijkste functie is "批量下载功能 Transfer By [email protected]".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 批量下载器

Download 批量下载器-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 批量下载器 批量下载器
ID mgblihnaaedmhhgadafknogahbgejnno
Officiële URL https://chrome.google.com/webstore/detail/%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD%E5%99%A8/mgblihnaaedmhhgadafknogahbgejnno
Beschrijving 批量下载功能 Transfer By [email protected]
Bestandsgrootte 47.16 KB
Aantal Installaties 541
Huidige Versie 0.0.1
Laatst Bijgewerkt 2018-07-11
Publicatiedatum 2018-07-11
Beoordeling 3.29/5 Totaal 7 Beoordelingen
Ontwikkelaar http://lianghong.top
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}