DuelingNexus Start-Hand Simulator

Adds a "Test-Hand" Button to your decks

Hvad er DuelingNexus Start-Hand Simulator?

DuelingNexus Start-Hand Simulator er en Chrome-udvidelse udviklet af https://www.essaalfan.com, og dens hovedfunktion er "Adds a "Test-Hand" Button to your decks".

Udvidelsesskærmbilleder

screenshot

Download DuelingNexus Start-Hand Simulator-udvidelses-CRX-fil

Download DuelingNexus Start-Hand Simulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Adds a "Test-Hand" button to your decks with "Going First" and "Going Second" Options.
Ability to draw card by card.                    

Grundlæggende oplysninger om udvidelsen

Navn DuelingNexus Start-Hand Simulator DuelingNexus Start-Hand Simulator
ID phlcobfmohlcpljfmlmmbjgcccobkodj
Officiel URL https://chromewebstore.google.com/detail/duelingnexus-start-hand-s/phlcobfmohlcpljfmlmmbjgcccobkodj
Beskrivelse Adds a "Test-Hand" Button to your decks
Filstørrelse 56.59 KB
Antal Installationer 347
Nuværende Version 1.0.4
Senest Opdateret 2023-02-25
Udgivelsesdato 2021-10-28
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.essaalfan.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/essaalfan/duelingnexus-hand-simulation
Hjælpeside-URL https://github.com/essaalfan/duelingnexus-hand-simulation/issues
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuelingNexus Start-Hand Simulator",
    "description": "Adds a \"Test-Hand\" Button to your decks",
    "version": "1.0.4",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/dnx16.png",
            "32": "\/images\/dnx32.png",
            "48": "\/images\/dnx48.png",
            "128": "\/images\/dnx128.png"
        }
    },
    "icons": {
        "16": "\/images\/dnx16.png",
        "32": "\/images\/dnx32.png",
        "48": "\/images\/dnx48.png",
        "128": "\/images\/dnx128.png"
    },
    "content_scripts": [
        {
            "js": [
                "vendor\/sweetalert2\/sweetalert2.min.js",
                "init.js"
            ],
            "css": [
                "vendor\/sweetalert2\/sweetalert2.min.css"
            ],
            "matches": [
                "*:\/\/duelingnexus.com\/editor\/*",
                "*:\/\/ptr.duelingnexus.com\/editor\/*"
            ]
        }
    ]
}