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 to jest Zerochan Image Downloader?

Zerochan Image Downloader to rozszerzenie Chrome opracowane przez stfndeutsch, a jego główną funkcją jest „Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zerochan Image Downloader

Pobierz pliki rozszerzeń Zerochan Image Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Zerochan Image Downloader Zerochan Image Downloader
ID ddflkoclnboehclbbkkhecijcflckeoi
Oficjalny URL https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi
Opis Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality
Rozmiar pliku 34.2 KB
Liczba instalacji 407
Aktualna Wersja 2.0.5
Ostatnia Aktualizacja 2023-06-13
Data Publikacji 2020-10-13
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper stfndeutsch
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}