小黑盒 Batch Download Image

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

小黑盒 Batch Download Imageคืออะไร?

小黑盒 Batch Download Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Better Start Page และคุณลักษณะหลักของมันคือ "An useful image batch download extension.You can filter by resolution or link."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 小黑盒 Batch Download Image

ดาวน์โหลดไฟล์ส่วนขยาย 小黑盒 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
URL อย่างเป็นทางการ 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"
}