MasterDuelMeta Assistant

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

Co to jest MasterDuelMeta Assistant?

MasterDuelMeta Assistant to rozszerzenie Chrome opracowane przez Yazan, a jego główną funkcją jest „This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MasterDuelMeta Assistant

Pobierz pliki rozszerzeń MasterDuelMeta Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MasterDuelMeta Assistant MasterDuelMeta Assistant
ID bkmdnbgehnbhbddaogaocnioddgdbhha
Oficjalny URL https://chromewebstore.google.com/detail/masterduelmeta-assistant/bkmdnbgehnbhbddaogaocnioddgdbhha
Opis This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.
Rozmiar pliku 7.68 KB
Liczba instalacji 10,000
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2023-04-02
Data Publikacji 2023-03-30
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper Yazan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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]"
        }
    }
}