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
Cos'è Zerochan Image Downloader?
Zerochan Image Downloader è un'estensione di Chrome sviluppata da stfndeutsch, e la sua funzione principale è "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zerochan Image Downloader
Scarica i file di estensione Zerochan Image Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!
Informazioni di Base sull'Estensione
Nome | |
ID | ddflkoclnboehclbbkkhecijcflckeoi |
URL Ufficiale | https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi |
Descrizione | Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality |
Dimensione del File | 34.2 KB |
Conteggio Installazioni | 407 |
Versione Corrente | 2.0.5 |
Ultimo Aggiornamento | 2023-06-13 |
Data di Pubblicazione | 2020-10-13 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | stfndeutsch |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |