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 |
Eメール | [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" ] } |