小黑盒 Batch Download Image

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

什麼是小黑盒 Batch Download Image?

小黑盒 Batch Download Image是由Better Start Page開發的Chrome擴展程式,該擴展的主要功能是“An useful image batch download extension.You can filter by resolution or link.”。

擴展截圖

screenshot
screenshot

下載小黑盒 Batch Download Image擴展crx文件

下載小黑盒 Batch Download Image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 小黑盒 Batch Download Image 小黑盒 Batch Download Image
ID binjbkpnlmnkdbdjaeeiefphdljhcbec
官方網址 https://chromewebstore.google.com/detail/%E5%B0%8F%E9%BB%91%E7%9B%92-batch-download-image/binjbkpnlmnkdbdjaeeiefphdljhcbec
簡介 An useful image batch download extension.You can filter by resolution or link.
檔案大小 444 KB
安裝次數 1,747
目前版本 2.1
更新時間 2020-07-03
上架時間 2020-07-02
評分 3.00/5 共 5 次評分
開發者 Better Start Page
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/betterpage001
支援的語言 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"
}