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
Wat is Zerochan Image Downloader?
Zerochan Image Downloader is een Chrome-extensie ontwikkeld door stfndeutsch, en de belangrijkste functie is "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".
Extensie Screenshots
Download het CRX-bestand van de extensie Zerochan Image Downloader
Download Zerochan Image Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!
Basisinformatie over de Extensie
Naam | |
ID | ddflkoclnboehclbbkkhecijcflckeoi |
Officiële URL | https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi |
Beschrijving | Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality |
Bestandsgrootte | 34.2 KB |
Aantal Installaties | 407 |
Huidige Versie | 2.0.5 |
Laatst Bijgewerkt | 2023-06-13 |
Publicatiedatum | 2020-10-13 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | stfndeutsch |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |