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 |
官方URL | 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" ] } ] } |