4chan Image Downloader

Click a link to download every image in a thread!

4chan Image Downloader란 무엇입니까?

4chan Image Downloader은(는) jdgregson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click a link to download every image in a thread!"입니다.

확장 프로그램 스크린샷

screenshot

4chan Image Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        UPDATED - Works with 4chan X!

Changes and Fixes:
- Download continues after deleted images are encountered. Thanks for the tip, Google User.
- Extension attempts to close new tabs that it has opened.
- Added support for 4chan X (with default settings).

Click a link to download every image in a 4chan thread.

NOTE: If you have the "Ask where to save each file before downloading" option 
enabled in Chrome's settings, Chrome will open a "Save As" dialog for every 
image in the thread, which may cause Chrome to crash. Please consider disabling 
that option to use this extension, or temporarily disabling it when you wish to 
download a thread.

Now on Github: https://github.com/jdgregson/4chan-Image-Downloader                    

확장 프로그램 기본 정보

이름 4chan Image Downloader 4chan Image Downloader
ID hahloifmmbcoaahbboegjcccniekbbib
공식 URL https://chrome.google.com/webstore/detail/4chan-image-downloader/hahloifmmbcoaahbboegjcccniekbbib
설명 Click a link to download every image in a thread!
파일 크기 91.17 KB
설치 횟수 3,000
현재 버전 0.0.3
최근 업데이트 2017-11-07
출시 날짜 2017-11-07
평점 2.48/5 총 64 개의 평점
개발자 jdgregson
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "4chan Image Downloader",
    "version": "0.0.3",
    "description": "Click a link to download every image in a thread!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/boards.4chan.org\/*\/thread\/*",
                "https:\/\/boards.4chan.org\/*\/thread\/*",
                "http:\/\/i.4cdn.org\/*",
                "https:\/\/i.4cdn.org\/*"
            ],
            "js": [
                "init.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "downloader.js"
    ]
}