4chan Image Downloader
Click a link to download every image in a thread!
4chan Image Downloader là gì?
4chan Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi jdgregson, và tính năng chính của nó là "Click a link to download every image in a thread!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 4chan Image Downloader
Tải xuống các tệp mở rộng 4chan Image Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hahloifmmbcoaahbboegjcccniekbbib |
URL Chính Thức | https://chrome.google.com/webstore/detail/4chan-image-downloader/hahloifmmbcoaahbboegjcccniekbbib |
Mô tả | Click a link to download every image in a thread! |
Kích Thước Tệp | 91.17 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2017-11-07 |
Ngày Phát Hành | 2017-11-07 |
Đánh Giá | 2.48/5 Tổng số 64 Đánh Giá |
Nhà Phát Triển | jdgregson |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |