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
Apa itu Zerochan Image Downloader?
Zerochan Image Downloader adalah ekstensi Chrome yang dikembangkan oleh stfndeutsch, dan fitur utamanya adalah "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Zerochan Image Downloader
Unduh file ekstensi Zerochan Image Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!
Informasi Dasar Ekstensi
Nama | |
ID | ddflkoclnboehclbbkkhecijcflckeoi |
URL Resmi | https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi |
Deskripsi | Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality |
Ukuran File | 34.2 KB |
Jumlah Instalasi | 407 |
Versi Saat Ini | 2.0.5 |
Terakhir Diperbarui | 2023-06-13 |
Tanggal Publikasi | 2020-10-13 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | stfndeutsch |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |