Yu-Gi-Oh! Official Database draw simulator

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

Cos'è Yu-Gi-Oh! Official Database draw simulator?

Yu-Gi-Oh! Official Database draw simulator è un'estensione di Chrome sviluppata da potato4d, e la sua funzione principale è ""Draw 5 cards" button for Yu-Gi-Oh! Card Database".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Yu-Gi-Oh! Official Database draw simulator

Scarica i file di estensione Yu-Gi-Oh! Official Database draw simulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Yu-Gi-Oh! Official Database draw simulator Yu-Gi-Oh! Official Database draw simulator
ID ejjpkjcmmdbhadaanbpfonfobfkopedi
URL Ufficiale https://chrome.google.com/webstore/detail/yu-gi-oh-official-databas/ejjpkjcmmdbhadaanbpfonfobfkopedi
Descrizione "Draw 5 cards" button for Yu-Gi-Oh! Card Database
Dimensione del File 1.49 MB
Conteggio Installazioni 71
Versione Corrente 0.2.1
Ultimo Aggiornamento 2022-08-14
Data di Pubblicazione 2021-06-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore potato4d
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/potato4d/ygo-db-draw-simulator
URL della Pagina di Aiuto https://github.com/potato4d/ygo-db-draw-simulator/issues
Lingue Supportate 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"
    ]
}