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是由https://xbot.app開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" ] } |