Yu-Gi-Oh! Official Database draw simulator
"Draw 5 cards" button for Yu-Gi-Oh! Card Database
什么是Yu-Gi-Oh! Official Database draw simulator?
Yu-Gi-Oh! Official Database draw simulator是由potato4d开发的Chrome扩展程序,该扩展的主要功能是“"Draw 5 cards" button for Yu-Gi-Oh! Card Database”。
扩展截图
下载Yu-Gi-Oh! Official Database draw simulator扩展crx文件
下载Yu-Gi-Oh! Official Database draw simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add a "Draw 5 card" button to the official Yu-Gi-Oh database. Adding this feature will allow for faster iterations of deck building.
扩展基本信息
名称 | |
ID | ejjpkjcmmdbhadaanbpfonfobfkopedi |
官方URL | https://chrome.google.com/webstore/detail/yu-gi-oh-official-databas/ejjpkjcmmdbhadaanbpfonfobfkopedi |
简介 | "Draw 5 cards" button for Yu-Gi-Oh! Card Database |
文件大小 | 1.49 MB |
安装次数 | 71 |
当前版本 | 0.2.1 |
更新时间 | 2022-08-14 |
上架时间 | 2021-06-24 |
评分 | 5.00/5 共1次评分 |
开发者 | potato4d |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/potato4d/ygo-db-draw-simulator |
帮助页面URL | https://github.com/potato4d/ygo-db-draw-simulator/issues |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.2.1", "default_locale": "en", "manifest_version": 3, "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.db.yugioh-card.com\/yugiohdb\/member_deck.action*" ], "js": [ "dist\/index.es.js" ], "css": [ ".\/style.css" ] } ], "permissions": [ "scripting" ] } |