Yu-Gi-Oh! Official Database draw simulator

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

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

Yu-Gi-Oh! Official Database draw simulator is een Chrome-extensie ontwikkeld door potato4d, en de belangrijkste functie is ""Draw 5 cards" button for Yu-Gi-Oh! Card Database".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Yu-Gi-Oh! Official Database draw simulator

Download Yu-Gi-Oh! Official Database draw simulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Yu-Gi-Oh! Official Database draw simulator Yu-Gi-Oh! Official Database draw simulator
ID ejjpkjcmmdbhadaanbpfonfobfkopedi
Officiële URL https://chrome.google.com/webstore/detail/yu-gi-oh-official-databas/ejjpkjcmmdbhadaanbpfonfobfkopedi
Beschrijving "Draw 5 cards" button for Yu-Gi-Oh! Card Database
Bestandsgrootte 1.49 MB
Aantal Installaties 71
Huidige Versie 0.2.1
Laatst Bijgewerkt 2022-08-14
Publicatiedatum 2021-06-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar potato4d
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/potato4d/ygo-db-draw-simulator
Help Pagina-URL https://github.com/potato4d/ygo-db-draw-simulator/issues
Ondersteunde Talen 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"
    ]
}