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.
Что такое XBOT Battle Helper for Splinterlands?
XBOT Battle Helper for Splinterlands - это расширение Chrome, разработанное https://xbot.app, и его основная функция - "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".
Снимки экрана расширения
Скачать файл CRX расширения XBOT Battle Helper for Splinterlands
Скачайте файлы расширений XBOT Battle Helper for Splinterlands в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | XBOT Battle Helper for Splinterlands |
ID | ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Официальный URL | https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Описание | XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features. |
Размер файла | 168 KB |
Количество установок | 519 |
Текущая Версия | 0.34 |
Последнее Обновление | 2024-02-24 |
Дата публикации | 2023-05-15 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://xbot.app |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://XBOT.app |
URL страницы помощи | https://XBOT.app |
Поддерживаемые языки | 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" ] } |