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.
Cos'è XBOT Battle Helper for Splinterlands?
XBOT Battle Helper for Splinterlands è un'estensione di Chrome sviluppata da https://xbot.app, e la sua funzione principale è "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione XBOT Battle Helper for Splinterlands
Scarica i file di estensione XBOT Battle Helper for Splinterlands in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | XBOT Battle Helper for Splinterlands |
ID | ddkbmflfhmcidnnmmbmcnkidiigbnljb |
URL Ufficiale | https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Descrizione | XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features. |
Dimensione del File | 168 KB |
Conteggio Installazioni | 519 |
Versione Corrente | 0.34 |
Ultimo Aggiornamento | 2024-02-24 |
Data di Pubblicazione | 2023-05-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://xbot.app |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://XBOT.app |
URL della Pagina di Aiuto | https://XBOT.app |
Lingue Supportate | 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" ] } |