XBOT Battle Helper for Splinterlands
XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.
Co to jest XBOT Battle Helper for Splinterlands?
XBOT Battle Helper for Splinterlands to rozszerzenie Chrome opracowane przez https://xbot.app, a jego główną funkcją jest „XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia XBOT Battle Helper for Splinterlands
Pobierz pliki rozszerzeń XBOT Battle Helper for Splinterlands 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
XBOT Battle Helper extension has 5 features: • Battle Helper Access (Team Recommendations via XBOT) • Simulate battle results directly on the battle page • Change Game Speed up to 12x • Auto-start battle • Search for cards by name
Podstawowe informacje o rozszerzeniu
Nazwa | XBOT Battle Helper for Splinterlands |
ID | ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Oficjalny URL | https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Opis | XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features. |
Rozmiar pliku | 168 KB |
Liczba instalacji | 519 |
Aktualna Wersja | 0.34 |
Ostatnia Aktualizacja | 2024-02-24 |
Data Publikacji | 2023-05-15 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://xbot.app |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://XBOT.app |
Adres URL Strony Pomocy | https://XBOT.app |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "XBOT Battle Helper for Splinterlands", "version": "0.34", "description": "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/splinterlands.com\/*" ] } ], "background": { "service_worker": "scripts\/service-worker.js" }, "host_permissions": [ "http:\/\/134.255.233.5:2117\/api\/battlehelper" ], "permissions": [ "tabs" ] } |