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

Co je Zerochan Image Downloader?

Zerochan Image Downloader je rozšíření Chrome vyvinuté stfndeutsch, a jeho hlavní funkcí je „Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zerochan Image Downloader

Stáhněte si soubory rozšíření Zerochan Image Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Zerochan Image Downloader Zerochan Image Downloader
ID ddflkoclnboehclbbkkhecijcflckeoi
Oficiální URL https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi
Popis Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality
Velikost souboru 34.2 KB
Počet instalací 407
Aktuální Verze 2.0.5
Poslední Aktualizace 2023-06-13
Datum Vydání 2020-10-13
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář stfndeutsch
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}