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.
Apa itu XBOT Battle Helper for Splinterlands?
XBOT Battle Helper for Splinterlands adalah ekstensi Chrome yang dikembangkan oleh https://xbot.app, dan fitur utamanya adalah "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi XBOT Battle Helper for Splinterlands
Unduh file ekstensi XBOT Battle Helper for Splinterlands dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | XBOT Battle Helper for Splinterlands |
ID | ddkbmflfhmcidnnmmbmcnkidiigbnljb |
URL Resmi | https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb |
Deskripsi | XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features. |
Ukuran File | 168 KB |
Jumlah Instalasi | 519 |
Versi Saat Ini | 0.34 |
Terakhir Diperbarui | 2024-02-24 |
Tanggal Publikasi | 2023-05-15 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://xbot.app |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://XBOT.app |
URL Halaman Bantuan | https://XBOT.app |
Bahasa yang Didukung | 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" ] } |