Cosplay Photo Downloader

Easy to download high-quality cosplay photo without login.

Wat is Cosplay Photo Downloader?

Cosplay Photo Downloader is een Chrome-extensie ontwikkeld door https://nyanyadesu.wordpress.com, en de belangrijkste functie is "Easy to download high-quality cosplay photo without login.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cosplay Photo Downloader

Download Cosplay Photo Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Support sites:
- https://worldcosplay.net                    

Basisinformatie over de Extensie

Naam Cosplay Photo Downloader Cosplay Photo Downloader
ID jenhenbdanihmbpbblhcggobleniajck
Officiële URL https://chromewebstore.google.com/detail/cosplay-photo-downloader/jenhenbdanihmbpbblhcggobleniajck
Beschrijving Easy to download high-quality cosplay photo without login.
Bestandsgrootte 111 KB
Aantal Installaties 85
Huidige Versie 1.1.4
Laatst Bijgewerkt 2022-11-19
Publicatiedatum 2019-11-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://nyanyadesu.wordpress.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nyanyadesu.wordpress.com
Help Pagina-URL https://nyanyadesu.wordpress.com/2018/05/05/photo-download-extension-for-worldcosplaycure/
Ondersteunde Talen 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"
    }
}