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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Yu-Gi-Oh! Official Database draw simulator Yu-Gi-Oh! Official Database draw simulator
ID ejjpkjcmmdbhadaanbpfonfobfkopedi
官方網址 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"
    ]
}