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 क्या है?

XBOT Battle Helper for Splinterlands https://xbot.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XBOT Battle Helper for Splinterlands एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम XBOT Battle Helper for Splinterlands XBOT Battle Helper for Splinterlands
ID ddkbmflfhmcidnnmmbmcnkidiigbnljb
आधिकारिक URL https://chromewebstore.google.com/detail/xbot-battle-helper-for-sp/ddkbmflfhmcidnnmmbmcnkidiigbnljb
विवरण XBOT Battle Helper for Splinterlands. It helps you choose the best team for the battle and includes many QoL features.
फ़ाइल का आकार 168 KB
स्थापना संख्या 519
वर्तमान संस्करण 0.34
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2023-05-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://xbot.app
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://XBOT.app
सहायता पृष्ठ URL https://XBOT.app
समर्थित भाषाएँ 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"
    ]
}