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.

Co je XBOT Battle Helper for Splinterlands?

XBOT Battle Helper for Splinterlands je rozšíření Chrome vyvinuté https://xbot.app, a jeho hlavní funkcí je „XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření XBOT Battle Helper for Splinterlands

Stáhněte si soubory rozšíření XBOT Battle Helper for Splinterlands ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název XBOT Battle Helper for Splinterlands XBOT Battle Helper for Splinterlands
ID ddkbmflfhmcidnnmmbmcnkidiigbnljb
Oficiální URL https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb
Popis XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.
Velikost souboru 168 KB
Počet instalací 519
Aktuální Verze 0.34
Poslední Aktualizace 2024-02-24
Datum Vydání 2023-05-15
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://xbot.app
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://XBOT.app
URL Stránky Nápovědy https://XBOT.app
Podporované Jazyky 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"
    ]
}