Easy to download high-quality cosplay photo without login.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"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"
]
}
],
"browser_action": {
"default_icon": {
"19": "img/icon-19x19.png",
"38": "img/icon-38x38.png"
},
"default_title": "Cosplay Photo Downloader",
"default_popup": "popup.html"
},
"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"
},
"browser_specific_settings": {
"gecko": {
"id": "{34bfb457-da6a-40f9-accb-242076f7bea6}"
}
}
}