Yu-Gi-Oh! Official Database draw simulator

"Draw 5 cards" button for Yu-Gi-Oh! Card Database

What is Yu-Gi-Oh! Official Database draw simulator?

Yu-Gi-Oh! Official Database draw simulator is a Chrome extension developed by potato4d, and its main feature is ""Draw 5 cards" button for Yu-Gi-Oh! Card Database".

Extension Screenshots

screenshot
screenshot

Download Yu-Gi-Oh! Official Database draw simulator Extension CRX File

Download Yu-Gi-Oh! Official Database draw simulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add a "Draw 5 card" button to the official Yu-Gi-Oh database.

Adding this feature will allow for faster iterations of deck building.                    

Extension Basic Information

Name Yu-Gi-Oh! Official Database draw simulator Yu-Gi-Oh! Official Database draw simulator
ID ejjpkjcmmdbhadaanbpfonfobfkopedi
Official URL https://chrome.google.com/webstore/detail/yu-gi-oh-official-databas/ejjpkjcmmdbhadaanbpfonfobfkopedi
Description "Draw 5 cards" button for Yu-Gi-Oh! Card Database
File Size 1.49 MB
Installation Count 71
Current Version 0.2.1
Last Updated 2022-08-14
Publish Date 2021-06-24
Rating 5.00/5 Total 1 Ratings
Developer potato4d
Email [email protected]
Payment Type free
Extension Website https://github.com/potato4d/ygo-db-draw-simulator
Help Page URL https://github.com/potato4d/ygo-db-draw-simulator/issues
Supported Languages 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"
    ]
}