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

¿Qué es Zerochan Image Downloader?

Zerochan Image Downloader es una extensión de Chrome desarrollada por stfndeutsch, y su función principal es "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Zerochan Image Downloader

Descarga archivos de extensión Zerochan Image Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Zerochan Image Downloader Zerochan Image Downloader
ID ddflkoclnboehclbbkkhecijcflckeoi
URL Oficial https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi
Descripción Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality
Tamaño del Archivo 34.2 KB
Cantidad de Instalaciones 407
Versión Actual 2.0.5
Última Actualización 2023-06-13
Fecha de Publicación 2020-10-13
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador stfndeutsch
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}