MasterDuelMeta Assistant

This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.

MasterDuelMeta Assistantคืออะไร?

MasterDuelMeta Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yazan และคุณลักษณะหลักของมันคือ "This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MasterDuelMeta Assistant

ดาวน์โหลดไฟล์ส่วนขยาย MasterDuelMeta Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension is an Assistant to the MasterDuelMeta website.
Current Features
- The ability to export decks from masterduelmeta to the Master Duel game: There should be a share option under every deck container in the MDM website, using the "to Master Duel" option benefiting from the extension to automatically copy the deck into your db.yugioh-card deck lists which can later be accessed in the Master Duel game.
- The ability to export decks from the db.yugioh-card to MasterDuelMeta, by enabling this extension you should be able to find an "Export to MDM" button in any db.yugioh-card deck page. Which is a way to import decks from the Master Duel game too.                    

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

ชื่อ MasterDuelMeta Assistant MasterDuelMeta Assistant
ID bkmdnbgehnbhbddaogaocnioddgdbhha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/masterduelmeta-assistant/bkmdnbgehnbhbddaogaocnioddgdbhha
คำอธิบาย This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.
ขนาดไฟล์ 7.68 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-04-02
วันที่เผยแพร่ 2023-03-30
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Yazan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.6",
    "name": "MasterDuelMeta Assistant",
    "description": "This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.db.yugioh-card.com\/*",
                "https:\/\/*.masterduelmeta.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}