Yu-Gi-Oh! Deck Downloader

Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format

Qu'est-ce que Yu-Gi-Oh! Deck Downloader ?

Yu-Gi-Oh! Deck Downloader est une extension Chrome développée par https://www.essaalfan.com, et sa fonction principale est "Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yu-Gi-Oh! Deck Downloader

Téléchargez les fichiers d'extension Yu-Gi-Oh! Deck 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

                        Adds a "Download YDK" & "Download TXT" buttons to deck page to download the deck list immediately.

Note: set page language to English in order for this plugin to work!                    

Informations de Base sur l'Extension

Nom Yu-Gi-Oh! Deck Downloader Yu-Gi-Oh! Deck Downloader
ID nimiiinodigdnbfjcackjfhmfdjkdpbf
URL Officiel https://chromewebstore.google.com/detail/yu-gi-oh-deck-downloader/nimiiinodigdnbfjcackjfhmfdjkdpbf
Description Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format
Taille du Fichier 616 KB
Nombre d'Installations 185
Version Actuelle 1.0.4
Dernière Mise à Jour 2024-03-01
Date de Publication 2022-08-15
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.essaalfan.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yu-Gi-Oh! Deck Downloader",
    "description": "Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format",
    "version": "1.0.4",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/ydk16.png",
            "32": "\/images\/ydk32.png",
            "48": "\/images\/ydk48.png",
            "128": "\/images\/ydk128.png"
        }
    },
    "icons": {
        "16": "\/images\/ydk16.png",
        "32": "\/images\/ydk32.png",
        "48": "\/images\/ydk48.png",
        "128": "\/images\/ydk128.png"
    },
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery\/jquery-3.6.0.min.js",
                "init.js"
            ],
            "matches": [
                "*:\/\/www.db.yugioh-card.com\/yugiohdb\/member_deck.action?*",
                "*:\/\/db.yugioh-card.com\/yugiohdb\/member_deck.action?*"
            ]
        }
    ]
}