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 |
Eメール | [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" } } |