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 là gì?

XBOT Battle Helper for Splinterlands là một tiện ích mở rộng Chrome được phát triển bởi https://xbot.app, và tính năng chính của nó là "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XBOT Battle Helper for Splinterlands

Tải xuống các tệp mở rộng XBOT Battle Helper for Splinterlands dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XBOT Battle Helper for Splinterlands XBOT Battle Helper for Splinterlands
ID ddkbmflfhmcidnnmmbmcnkidiigbnljb
URL Chính Thức https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb
Mô tả XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 519
Phiên Bản Hiện Tại 0.34
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2023-05-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://xbot.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://XBOT.app
URL Trang Trợ Giúp https://XBOT.app
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}