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'est-ce que Zerochan Image Downloader ?

Zerochan Image Downloader est une extension Chrome développée par stfndeutsch, et sa fonction principale est "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zerochan Image Downloader

Téléchargez les fichiers d'extension Zerochan Image Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Zerochan Image Downloader Zerochan Image Downloader
ID ddflkoclnboehclbbkkhecijcflckeoi
URL Officiel 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
Taille du Fichier 34.2 KB
Nombre d'Installations 407
Version Actuelle 2.0.5
Dernière Mise à Jour 2023-06-13
Date de Publication 2020-10-13
Évaluation 4.33/5 Total 6 Évaluations
Développeur stfndeutsch
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}