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によって開発されたChromeの拡張機能で、その主な機能は「This extension is used to export Yu-Gi-Oh! Decks from Masterduelmeta.com to www.db.yugioh-card.com and vice versa.」です。
拡張機能のスクリーンショット
MasterDuelMeta Assistant拡張機能のCRXファイルをダウンロード
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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]"
        }
    }
}  |  |