Yu-Gi-Oh! Deck Downloader

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

Was ist Yu-Gi-Oh! Deck Downloader?

Yu-Gi-Oh! Deck Downloader ist eine Chrome-Erweiterung, die von https://www.essaalfan.com entwickelt wurde, und ihr Hauptmerkmal ist "Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format".

Erweiterungsscreenshots

screenshot

Yu-Gi-Oh! Deck Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yu-Gi-Oh! Deck 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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Yu-Gi-Oh! Deck Downloader Yu-Gi-Oh! Deck Downloader
ID nimiiinodigdnbfjcackjfhmfdjkdpbf
Offizielle URL https://chromewebstore.google.com/detail/yu-gi-oh-deck-downloader/nimiiinodigdnbfjcackjfhmfdjkdpbf
Beschreibung Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format
Dateigröße 616 KB
Installationsanzahl 185
Aktuelle Version 1.0.4
Letztes Update 2024-03-01
Veröffentlichungsdatum 2022-08-15
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://www.essaalfan.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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?*"
            ]
        }
    ]
}