DuelingNexus Start-Hand Simulator
Adds a "Test-Hand" Button to your decks
Wat is DuelingNexus Start-Hand Simulator?
DuelingNexus Start-Hand Simulator is een Chrome-extensie ontwikkeld door https://www.essaalfan.com, en de belangrijkste functie is "Adds a "Test-Hand" Button to your decks".
Extensie Screenshots
Download het CRX-bestand van de extensie DuelingNexus Start-Hand Simulator
Download DuelingNexus Start-Hand 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
Adds a "Test-Hand" button to your decks with "Going First" and "Going Second" Options.
Ability to draw card by card. Basisinformatie over de Extensie
| Naam | |
| ID | phlcobfmohlcpljfmlmmbjgcccobkodj |
| Officiële URL | https://chromewebstore.google.com/detail/duelingnexus-start-hand-s/phlcobfmohlcpljfmlmmbjgcccobkodj |
| Beschrijving | Adds a "Test-Hand" Button to your decks |
| Bestandsgrootte | 56.59 KB |
| Aantal Installaties | 347 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2023-02-25 |
| Publicatiedatum | 2021-10-28 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://www.essaalfan.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/essaalfan/duelingnexus-hand-simulation |
| Help Pagina-URL | https://github.com/essaalfan/duelingnexus-hand-simulation/issues |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |