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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 XBOT Battle Helper for Splinterlands
ID ddkbmflfhmcidnnmmbmcnkidiigbnljb
官方URL 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"
    ]
}