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
Hvad er Zerochan Image Downloader?
Zerochan Image Downloader er en Chrome-udvidelse udviklet af stfndeutsch, og dens hovedfunktion er "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".
Udvidelsesskærmbilleder
Download Zerochan Image Downloader-udvidelses-CRX-fil
Download Zerochan Image Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ddflkoclnboehclbbkkhecijcflckeoi |
Officiel URL | https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi |
Beskrivelse | Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality |
Filstørrelse | 34.2 KB |
Antal Installationer | 407 |
Nuværende Version | 2.0.5 |
Senest Opdateret | 2023-06-13 |
Udgivelsesdato | 2020-10-13 |
Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
Udvikler | stfndeutsch |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |