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
什麼是Zerochan Image Downloader?
Zerochan Image Downloader是由stfndeutsch開發的Chrome擴展程式,該擴展的主要功能是“Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality”。
擴展截圖
下載Zerochan Image Downloader擴展crx文件
下載Zerochan Image Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!
擴展基本資訊
名稱 | |
ID | ddflkoclnboehclbbkkhecijcflckeoi |
官方網址 | https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi |
簡介 | Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality |
檔案大小 | 34.2 KB |
安裝次數 | 407 |
目前版本 | 2.0.5 |
更新時間 | 2023-06-13 |
上架時間 | 2020-10-13 |
評分 | 4.33/5 共 6 次評分 |
開發者 | stfndeutsch |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |