Zerochan Image Downloader

Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality

Zerochan Image Downloader là gì?

Zerochan Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi stfndeutsch, và tính năng chính của nó là "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zerochan Image Downloader

Tải xuống các tệp mở rộng Zerochan 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

                        Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zerochan Image Downloader Zerochan Image Downloader
ID ddflkoclnboehclbbkkhecijcflckeoi
URL Chính Thức https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi
Mô tả Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality
Kích Thước Tệp 34.2 KB
Số Lần Cài Đặt 407
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2023-06-13
Ngày Phát Hành 2020-10-13
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển stfndeutsch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zerochan Image Downloader",
    "version": "2.0.5",
    "description": "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality",
    "homepage_url": "https:\/\/www.zerochan.net\/",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "32": "media\/zcd-32.png",
        "64": "media\/zcd-64.png",
        "128": "media\/zcd-128.png"
    },
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.zerochan.net\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zerochan.net\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}