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.
Wat is XBOT Battle Helper for Splinterlands?
XBOT Battle Helper for Splinterlands is een Chrome-extensie ontwikkeld door https://xbot.app, en de belangrijkste functie is "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".
Extensie Screenshots
Download het CRX-bestand van de extensie XBOT Battle Helper for Splinterlands
Download XBOT Battle Helper for Splinterlands-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | XBOT Battle Helper for Splinterlands |
ID | ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Officiële URL | https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Beschrijving | XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features. |
Bestandsgrootte | 168 KB |
Aantal Installaties | 519 |
Huidige Versie | 0.34 |
Laatst Bijgewerkt | 2024-02-24 |
Publicatiedatum | 2023-05-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://xbot.app |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://XBOT.app |
Help Pagina-URL | https://XBOT.app |
Ondersteunde Talen | 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" ] } |