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.

Vad är XBOT Battle Helper for Splinterlands?

XBOT Battle Helper for Splinterlands är en Chrome-tillägg utvecklad av https://xbot.app, och dess huvudfunktion är "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner XBOT Battle Helper for Splinterlands-förlängningens CRX-fil

Ladda ner XBOT Battle Helper for Splinterlands-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn XBOT Battle Helper for Splinterlands XBOT Battle Helper for Splinterlands
ID ddkbmflfhmcidnnmmbmcnkidiigbnljb
Officiell webbadress https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb
Beskrivning XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.
Filstorlek 168 KB
Antal Installationer 519
Aktuell Version 0.34
Senast Uppdaterad 2024-02-24
Publiceringsdatum 2023-05-15
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://xbot.app
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://XBOT.app
Hjälpsida URL https://XBOT.app
Stödda Språk 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"
    ]
}