Cosplay Photo Downloader
Easy to download high-quality cosplay photo without login.
什么是Cosplay Photo Downloader?
Cosplay Photo Downloader是由https://nyanyadesu.wordpress.com开发的Chrome扩展程序,该扩展的主要功能是“Easy to download high-quality cosplay photo without login.”。
扩展截图
下载Cosplay Photo Downloader扩展crx文件
下载Cosplay Photo Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Support sites: - https://worldcosplay.net
扩展基本信息
名称 | |
ID | jenhenbdanihmbpbblhcggobleniajck |
官方URL | https://chromewebstore.google.com/detail/cosplay-photo-downloader/jenhenbdanihmbpbblhcggobleniajck |
简介 | Easy to download high-quality cosplay photo without login. |
文件大小 | 111 KB |
安装次数 | 85 |
当前版本 | 1.1.4 |
更新时间 | 2022-11-19 |
上架时间 | 2019-11-18 |
评分 | 5.00/5 共1次评分 |
开发者 | https://nyanyadesu.wordpress.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nyanyadesu.wordpress.com |
帮助页面URL | https://nyanyadesu.wordpress.com/2018/05/05/photo-download-extension-for-worldcosplaycure/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "nyanyadesu", "name": "Cosplay Photo Downloader", "description": "Easy to download high-quality cosplay photo without login.", "homepage_url": "https:\/\/nyanyadesu.wordpress.com", "version": "1.1.4", "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/worldcosplay.net\/*", "*:\/\/m.worldcosplay.net\/*" ], "js": [ "lib\/FileSaver.js-1.3.4\/FileSaver.min.js", "js\/worldcosplay.js", "js\/app.js" ], "css": [ "css\/toast.css", "css\/responsive.css" ] } ], "action": { "default_icon": { "19": "img\/icon-19x19.png", "38": "img\/icon-38x38.png" }, "default_title": "Cosplay Photo Downloader", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/*.sakurastorage.jp\/*", "https:\/\/*.worldcosplay.net\/*" ], "icons": { "16": "img\/icon-16x16.png", "48": "img\/icon-48x48.png", "96": "img\/icon-96x96.png", "128": "img\/icon-128x128.png", "256": "img\/icon-256x256.png" } } |