DuelingNexus Start-Hand Simulator
Adds a "Test-Hand" Button to your decks
What is DuelingNexus Start-Hand Simulator?
DuelingNexus Start-Hand Simulator is a Chrome extension developed by https://www.essaalfan.com, and its main feature is "Adds a "Test-Hand" Button to your decks".
Extension Screenshots
Download DuelingNexus Start-Hand Simulator Extension CRX File
Download DuelingNexus Start-Hand Simulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a "Test-Hand" button to your decks with "Going First" and "Going Second" Options.
Ability to draw card by card. Extension Basic Information
| Name | |
| ID | phlcobfmohlcpljfmlmmbjgcccobkodj |
| Official URL | https://chromewebstore.google.com/detail/duelingnexus-start-hand-s/phlcobfmohlcpljfmlmmbjgcccobkodj |
| Description | Adds a "Test-Hand" Button to your decks |
| File Size | 56.59 KB |
| Installation Count | 347 |
| Current Version | 1.0.4 |
| Last Updated | 2023-02-25 |
| Publish Date | 2021-10-28 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | https://www.essaalfan.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/essaalfan/duelingnexus-hand-simulation |
| Help Page URL | https://github.com/essaalfan/duelingnexus-hand-simulation/issues |
| Supported Languages | 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\/*"
]
}
]
} | |