Cosplay Photo Downloader

Easy to download high-quality cosplay photo without login.

Qu'est-ce que Cosplay Photo Downloader ?

Cosplay Photo Downloader est une extension Chrome développée par https://nyanyadesu.wordpress.com, et sa fonction principale est "Easy to download high-quality cosplay photo without login.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cosplay Photo Downloader

Téléchargez les fichiers d'extension Cosplay Photo Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Support sites:
- https://worldcosplay.net                    

Informations de Base sur l'Extension

Nom Cosplay Photo Downloader Cosplay Photo Downloader
ID jenhenbdanihmbpbblhcggobleniajck
URL Officiel https://chromewebstore.google.com/detail/cosplay-photo-downloader/jenhenbdanihmbpbblhcggobleniajck
Description Easy to download high-quality cosplay photo without login.
Taille du Fichier 111 KB
Nombre d'Installations 85
Version Actuelle 1.1.4
Dernière Mise à Jour 2022-11-19
Date de Publication 2019-11-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://nyanyadesu.wordpress.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nyanyadesu.wordpress.com
URL de la Page d'Aide https://nyanyadesu.wordpress.com/2018/05/05/photo-download-extension-for-worldcosplaycure/
Langues Prises en Charge 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"
    }
}