DuelingNexus Start-Hand Simulator
Adds a "Test-Hand" Button to your decks
Cos'è DuelingNexus Start-Hand Simulator?
DuelingNexus Start-Hand Simulator è un'estensione di Chrome sviluppata da https://www.essaalfan.com, e la sua funzione principale è "Adds a "Test-Hand" Button to your decks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DuelingNexus Start-Hand Simulator
Scarica i file di estensione DuelingNexus Start-Hand 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
Adds a "Test-Hand" button to your decks with "Going First" and "Going Second" Options.
Ability to draw card by card. Informazioni di Base sull'Estensione
| Nome | |
| ID | phlcobfmohlcpljfmlmmbjgcccobkodj |
| URL Ufficiale | https://chromewebstore.google.com/detail/duelingnexus-start-hand-s/phlcobfmohlcpljfmlmmbjgcccobkodj |
| Descrizione | Adds a "Test-Hand" Button to your decks |
| Dimensione del File | 56.59 KB |
| Conteggio Installazioni | 347 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2023-02-25 |
| Data di Pubblicazione | 2021-10-28 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://www.essaalfan.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/essaalfan/duelingnexus-hand-simulation |
| URL della Pagina di Aiuto | https://github.com/essaalfan/duelingnexus-hand-simulation/issues |
| Lingue Supportate | 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\/*"
]
}
]
} | |