小黑盒 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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}