MasterDuelMeta Assistant

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

Hvad er MasterDuelMeta Assistant?

MasterDuelMeta Assistant er en Chrome-udvidelse udviklet af Yazan, og dens hovedfunktion er "This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.".

Udvidelsesskærmbilleder

screenshot

Download MasterDuelMeta Assistant-udvidelses-CRX-fil

Download MasterDuelMeta Assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn MasterDuelMeta Assistant MasterDuelMeta Assistant
ID bkmdnbgehnbhbddaogaocnioddgdbhha
Officiel URL https://chromewebstore.google.com/detail/masterduelmeta-assistant/bkmdnbgehnbhbddaogaocnioddgdbhha
Beskrivelse This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.
Filstørrelse 7.68 KB
Antal Installationer 10,000
Nuværende Version 1.6
Senest Opdateret 2023-04-02
Udgivelsesdato 2023-03-30
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler Yazan
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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]"
        }
    }
}