MasterDuelMeta Assistant
This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.
Was ist MasterDuelMeta Assistant?
MasterDuelMeta Assistant ist eine Chrome-Erweiterung, die von Yazan entwickelt wurde, und ihr Hauptmerkmal ist "This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.".
Erweiterungsscreenshots
MasterDuelMeta Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie MasterDuelMeta Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bkmdnbgehnbhbddaogaocnioddgdbhha |
| Offizielle URL | https://chromewebstore.google.com/detail/masterduelmeta-assistant/bkmdnbgehnbhbddaogaocnioddgdbhha |
| Beschreibung | This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa. |
| Dateigröße | 7.68 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 1.6 |
| Letztes Update | 2023-04-02 |
| Veröffentlichungsdatum | 2023-03-30 |
| Bewertung | 4.43/5 Insgesamt 7 Bewertungen |
| Entwickler | Yazan |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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]"
}
}
} | |