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.

Was ist XBOT Battle Helper for Splinterlands?

XBOT Battle Helper for Splinterlands ist eine Chrome-Erweiterung, die von https://xbot.app entwickelt wurde, und ihr Hauptmerkmal ist "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

XBOT Battle Helper for Splinterlands-Erweiterungs-CRX-Datei herunterladen

Laden Sie XBOT Battle Helper for Splinterlands-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name XBOT Battle Helper for Splinterlands XBOT Battle Helper for Splinterlands
ID ddkbmflfhmcidnnmmbmcnkidiigbnljb
Offizielle URL https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb
Beschreibung XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.
Dateigröße 168 KB
Installationsanzahl 519
Aktuelle Version 0.34
Letztes Update 2024-02-24
Veröffentlichungsdatum 2023-05-15
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://xbot.app
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://XBOT.app
Hilfeseite URL https://XBOT.app
Unterstützte Sprachen 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"
    ]
}