Cosplay Photo Downloader

Easy to download high-quality cosplay photo without login.

Was ist Cosplay Photo Downloader?

Cosplay Photo Downloader ist eine Chrome-Erweiterung, die von https://nyanyadesu.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "Easy to download high-quality cosplay photo without login.".

Erweiterungsscreenshots

screenshot
screenshot

Cosplay Photo Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cosplay Photo Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Support sites:
- https://worldcosplay.net                    

Grundlegende Informationen zur Erweiterung

Name Cosplay Photo Downloader Cosplay Photo Downloader
ID jenhenbdanihmbpbblhcggobleniajck
Offizielle URL https://chromewebstore.google.com/detail/cosplay-photo-downloader/jenhenbdanihmbpbblhcggobleniajck
Beschreibung Easy to download high-quality cosplay photo without login.
Dateigröße 111 KB
Installationsanzahl 85
Aktuelle Version 1.1.4
Letztes Update 2022-11-19
Veröffentlichungsdatum 2019-11-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://nyanyadesu.wordpress.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nyanyadesu.wordpress.com
Hilfeseite URL https://nyanyadesu.wordpress.com/2018/05/05/photo-download-extension-for-worldcosplaycure/
Unterstützte Sprachen 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"
    }
}