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.
What is XBOT Battle Helper for Splinterlands?
XBOT Battle Helper for Splinterlands is a Chrome extension developed by https://xbot.app, and its main feature is "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".
Extension Screenshots
Download XBOT Battle Helper for Splinterlands Extension CRX File
Download XBOT Battle Helper for Splinterlands 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
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
Extension Basic Information
Name | XBOT Battle Helper for Splinterlands |
ID | ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Official URL | https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Description | XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features. |
File Size | 168 KB |
Installation Count | 519 |
Current Version | 0.34 |
Last Updated | 2024-02-24 |
Publish Date | 2023-05-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://xbot.app |
[email protected] | |
Payment Type | in_app |
Extension Website | https://XBOT.app |
Help Page URL | https://XBOT.app |
Supported Languages | 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" ] } |