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
Vad är Zerochan Image Downloader?
Zerochan Image Downloader är en Chrome-tillägg utvecklad av stfndeutsch, och dess huvudfunktion är "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".
Tilläggsskärmbilder
Ladda ner Zerochan Image Downloader-förlängningens CRX-fil
Ladda ner Zerochan Image Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!
Grundläggande Information om Tillägg
Namn | |
ID | ddflkoclnboehclbbkkhecijcflckeoi |
Officiell webbadress | https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi |
Beskrivning | Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality |
Filstorlek | 34.2 KB |
Antal Installationer | 407 |
Aktuell Version | 2.0.5 |
Senast Uppdaterad | 2023-06-13 |
Publiceringsdatum | 2020-10-13 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | stfndeutsch |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |