小黑盒 Batch Download Image

An useful image batch download extension.You can filter by resolution or link.

Qu'est-ce que 小黑盒 Batch Download Image ?

小黑盒 Batch Download Image est une extension Chrome développée par Better Start Page, et sa fonction principale est "An useful image batch download extension.You can filter by resolution or link.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 小黑盒 Batch Download Image

Téléchargez les fichiers d'extension 小黑盒 Batch Download Image 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

                        Xiaoheihe is An useful image batch download extension.
You can filter by resolution or link.
Just one click to download all images which selected on the pages. 

Can use your own rules to download images list.

Can batch rename downloaded images.

Best image downloader for facebook, twitter and instagram.                    

Informations de Base sur l'Extension

Nom 小黑盒 Batch Download Image 小黑盒 Batch Download Image
ID binjbkpnlmnkdbdjaeeiefphdljhcbec
URL Officiel https://chromewebstore.google.com/detail/%E5%B0%8F%E9%BB%91%E7%9B%92-batch-download-image/binjbkpnlmnkdbdjaeeiefphdljhcbec
Description An useful image batch download extension.You can filter by resolution or link.
Taille du Fichier 444 KB
Nombre d'Installations 1,747
Version Actuelle 2.1
Dernière Mise à Jour 2020-07-03
Date de Publication 2020-07-02
Évaluation 3.00/5 Total 5 Évaluations
Développeur Better Start Page
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/betterpage001
Langues Prises en Charge id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon-small.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_default_title____MSG_default_title_desc__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jQuery.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/nnjjahlikiabnchcpehcpkdeckfgnohf",
    "icons": {
        "128": "icon.png",
        "32": "icon-small.png"
    },
    "manifest_version": 2,
    "name": "__MSG_default_title__",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "downloads",
        "tabs",
        "",
        "storage"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "version": "2.1"
}