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

What is Zerochan Image Downloader?

Zerochan Image Downloader is a Chrome extension developed by stfndeutsch, and its main feature is "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".

Extension Screenshots

screenshot

Download Zerochan Image Downloader Extension CRX File

Download Zerochan Image Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Zerochan Image Downloader Zerochan Image Downloader
ID ddflkoclnboehclbbkkhecijcflckeoi
Official URL https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi
Description Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality
File Size 34.2 KB
Installation Count 407
Current Version 2.0.5
Last Updated 2023-06-13
Publish Date 2020-10-13
Rating 4.33/5 Total 6 Ratings
Developer stfndeutsch
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}