小黑盒 Batch Download Image

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

What is 小黑盒 Batch Download Image?

小黑盒 Batch Download Image is a Chrome extension developed by Better Start Page, and its main feature is "An useful image batch download extension.You can filter by resolution or link.".

Extension Screenshots

screenshot
screenshot

Download 小黑盒 Batch Download Image Extension CRX File

Download 小黑盒 Batch Download Image 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

                        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.                    

Extension Basic Information

Name 小黑盒 Batch Download Image 小黑盒 Batch Download Image
ID binjbkpnlmnkdbdjaeeiefphdljhcbec
Official URL 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.
File Size 444 KB
Installation Count 1,747
Current Version 2.1
Last Updated 2020-07-03
Publish Date 2020-07-02
Rating 3.00/5 Total 5 Ratings
Developer Better Start Page
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/betterpage001
Supported Languages 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"
}