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.

O que é XBOT Battle Helper for Splinterlands?

XBOT Battle Helper for Splinterlands é uma extensão do Chrome desenvolvida por https://xbot.app, e sua principal característica é "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão XBOT Battle Helper for Splinterlands

Baixe arquivos de extensão XBOT Battle Helper for Splinterlands no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome XBOT Battle Helper for Splinterlands XBOT Battle Helper for Splinterlands
ID ddkbmflfhmcidnnmmbmcnkidiigbnljb
URL Oficial https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb
Descrição XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.
Tamanho do Arquivo 168 KB
Contagem de Instalações 519
Versão Atual 0.34
Última Atualização 2024-02-24
Data de Publicação 2023-05-15
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://xbot.app
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://XBOT.app
URL da Página de Ajuda https://XBOT.app
Idiomas Suportados 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"
    ]
}