批量下载器

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

Qu'est-ce que 批量下载器 ?

批量下载器 est une extension Chrome développée par http://lianghong.top, et sa fonction principale est "批量下载功能 Transfer By [email protected]".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 批量下载器

Téléchargez les fichiers d'extension 批量下载器 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 批量下载器 批量下载器
ID mgblihnaaedmhhgadafknogahbgejnno
URL Officiel 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]
Taille du Fichier 47.16 KB
Nombre d'Installations 541
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-07-11
Date de Publication 2018-07-11
Évaluation 3.29/5 Total 7 Évaluations
Développeur http://lianghong.top
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}