Yu-Gi-Oh! Deck Downloader

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

What is Yu-Gi-Oh! Deck Downloader?

Yu-Gi-Oh! Deck Downloader is a Chrome extension developed by https://www.essaalfan.com, and its main feature is "Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format".

Extension Screenshots

screenshot

Download Yu-Gi-Oh! Deck Downloader Extension CRX File

Download Yu-Gi-Oh! Deck Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Yu-Gi-Oh! Deck Downloader Yu-Gi-Oh! Deck Downloader
ID nimiiinodigdnbfjcackjfhmfdjkdpbf
Official URL 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
File Size 616 KB
Installation Count 185
Current Version 1.0.4
Last Updated 2024-03-01
Publish Date 2022-08-15
Rating 5.00/5 Total 3 Ratings
Developer https://www.essaalfan.com
Email [email protected]
Payment Type free
Supported Languages 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?*"
            ]
        }
    ]
}