DuelingNexus Start-Hand Simulator
Adds a "Test-Hand" Button to your decks
Was ist DuelingNexus Start-Hand Simulator?
DuelingNexus Start-Hand Simulator ist eine Chrome-Erweiterung, die von https://www.essaalfan.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds a "Test-Hand" Button to your decks".
Erweiterungsscreenshots
DuelingNexus Start-Hand Simulator-Erweiterungs-CRX-Datei herunterladen
Laden Sie DuelingNexus Start-Hand Simulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds a "Test-Hand" button to your decks with "Going First" and "Going Second" Options.
Ability to draw card by card. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | phlcobfmohlcpljfmlmmbjgcccobkodj |
| Offizielle URL | https://chromewebstore.google.com/detail/duelingnexus-start-hand-s/phlcobfmohlcpljfmlmmbjgcccobkodj |
| Beschreibung | Adds a "Test-Hand" Button to your decks |
| Dateigröße | 56.59 KB |
| Installationsanzahl | 347 |
| Aktuelle Version | 1.0.4 |
| Letztes Update | 2023-02-25 |
| Veröffentlichungsdatum | 2021-10-28 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.essaalfan.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/essaalfan/duelingnexus-hand-simulation |
| Hilfeseite URL | https://github.com/essaalfan/duelingnexus-hand-simulation/issues |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |