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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XBOT Battle Helper for Splinterlands
ดาวน์โหลดไฟล์ส่วนขยาย XBOT Battle Helper for Splinterlands ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } |