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 |
官方網址 | 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" } } |