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 |
| 电子邮箱 | [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]"
}
}
} | |