Deck transfer for Yu-Gi-Oh! Master Duel

Import and export Yu-Gi-Oh! decks from Master Duel and Neuron in YDK format and YDKE URLs via Konami's official card database.

Deck transfer for Yu-Gi-Oh! Master Duelคืออะไร?

Deck transfer for Yu-Gi-Oh! Master Duel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Lu และคุณลักษณะหลักของมันคือ "Import and export Yu-Gi-Oh! decks from Master Duel and Neuron in YDK format and YDKE URLs via Konami's official card database."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deck transfer for Yu-Gi-Oh! Master Duel

ดาวน์โหลดไฟล์ส่วนขยาย Deck transfer for Yu-Gi-Oh! Master Duel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Injects buttons into Konami's official database (https://www.db.yugioh-card.com/yugiohdb/?request_locale=en) deck editor that import and export decks from community sources like https://ygoprodeck.com. Download any public deck or share your own decks.

Instructions for Master Duel import:
1. Link your Master Duel account to a Konami ID. You should be able to export your decks to your official database account in the view deck screen.
2. Log into the English official card database.
3. Select "My Deck", then add a deck or edit any deck.
4. Export a deck from YGOPRODECK as a YDKE URL or a YDK file.
5. Use the buttons on the official database deck editor page to import your deck and save.
6. Check in-game for your database decks and copy to your in-game decks!

Learn more at https://github.com/DawnbrandBots/deck-transfer-for-master-duel

Yu-Gi-Oh! is (C) 2020 Studio Dice/SHUEISHA, TV TOKYO, KONAMI.
Master Duel and Neuron are produced by Konami Digital Entertainment.
This project is not produced by, endorsed by, supported by, or affiliated with any of them.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Deck transfer for Yu-Gi-Oh! Master Duel Deck transfer for Yu-Gi-Oh! Master Duel
ID lgcpomfflpfipndmldmgblhpbnnfidgk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deck-transfer-for-yu-gi-o/lgcpomfflpfipndmldmgblhpbnnfidgk
คำอธิบาย Import and export Yu-Gi-Oh! decks from Master Duel and Neuron in YDK format and YDKE URLs via Konami's official card database.
ขนาดไฟล์ 23.4 KB
จำนวนการติดตั้ง 4,217
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-04-04
วันที่เผยแพร่ 2023-03-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Kevin Lu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DawnbrandBots/deck-transfer-for-master-duel
URL หน้าช่วยเหลือ https://github.com/DawnbrandBots/deck-transfer-for-master-duel
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deck transfer for Yu-Gi-Oh! Master Duel",
    "description": "Import and export Yu-Gi-Oh! decks from Master Duel and Neuron in YDK format and YDKE URLs via Konami's official card database.",
    "manifest_version": 3,
    "version": "1.1.0",
    "author": "Kevin Lu",
    "homepage_url": "https:\/\/github.com\/DawnbrandBots\/deck-transfer-for-master-duel",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.db.yugioh-card.com\/yugiohdb\/member_deck.action*"
            ],
            "js": [
                "yugioh-card.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ygoprodeck.com\/*"
            ],
            "js": [
                "ygoprodeck.js"
            ]
        }
    ],
    "permissions": [
        "clipboardRead",
        "https:\/\/db.ygoprodeck.com\/api\/v7\/cardinfo.php"
    ],
    "icons": {
        "48": "icon\/48.png",
        "96": "icon\/96.png"
    }
}