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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة XBOT Battle Helper for Splinterlands

قم بتنزيل ملفات الامتداد XBOT Battle Helper for Splinterlands بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}