DuelingNexus Start-Hand Simulator
Adds a "Test-Hand" Button to your decks
Co to jest DuelingNexus Start-Hand Simulator?
DuelingNexus Start-Hand Simulator to rozszerzenie Chrome opracowane przez https://www.essaalfan.com, a jego główną funkcją jest „Adds a "Test-Hand" Button to your decks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DuelingNexus Start-Hand Simulator
Pobierz pliki rozszerzeń DuelingNexus Start-Hand Simulator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Adds a "Test-Hand" button to your decks with "Going First" and "Going Second" Options.
Ability to draw card by card. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | phlcobfmohlcpljfmlmmbjgcccobkodj |
| Oficjalny URL | https://chromewebstore.google.com/detail/duelingnexus-start-hand-s/phlcobfmohlcpljfmlmmbjgcccobkodj |
| Opis | Adds a "Test-Hand" Button to your decks |
| Rozmiar pliku | 56.59 KB |
| Liczba instalacji | 347 |
| Aktualna Wersja | 1.0.4 |
| Ostatnia Aktualizacja | 2023-02-25 |
| Data Publikacji | 2021-10-28 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.essaalfan.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/essaalfan/duelingnexus-hand-simulation |
| Adres URL Strony Pomocy | https://github.com/essaalfan/duelingnexus-hand-simulation/issues |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |