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
Was ist Zerochan Image Downloader?
Zerochan Image Downloader ist eine Chrome-Erweiterung, die von stfndeutsch entwickelt wurde, und ihr Hauptmerkmal ist "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".
Erweiterungsscreenshots
Zerochan Image Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zerochan Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ddflkoclnboehclbbkkhecijcflckeoi |
Offizielle URL | https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi |
Beschreibung | Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality |
Dateigröße | 34.2 KB |
Installationsanzahl | 407 |
Aktuelle Version | 2.0.5 |
Letztes Update | 2023-06-13 |
Veröffentlichungsdatum | 2020-10-13 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | stfndeutsch |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |