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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में MasterDuelMeta Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]"
        }
    }
}