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 |
| 官方網址 | 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]"
}
}
} | |