HW ToE Assistant

HW ToE Assistant

HW ToE Assistantคืออะไร?

HW ToE Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Victor Postolovskiy และคุณลักษณะหลักของมันคือ "HW ToE Assistant"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HW ToE Assistant

ดาวน์โหลดไฟล์ส่วนขยาย HW ToE Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        v.1.49:

- fixed issue with brustar, keros, amon, iyari and mort stats not being displayed in assistant and made whole forecast for tournament stage unavailable;

If you are active Hero Wars Tournament of Elements player, and want to compete for top places then you know, that one of the most important aspects of the ToE is defence matches. A lot of points could be lost if you make bad decision - which formation to use in defence.
This application will help you to make proper decision by making forecast - how much points you may lose in defence on average vs certain attacker formation.

For more information please visit my discord channel: https://discord.gg/kPj8ZzNZgW

Watch demo on YouTube: 
https://youtu.be/5uG8Kr8lvtU
https://youtu.be/YKH4rf6_oPs

See you on top of ToE. Good luck, champion!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HW ToE Assistant HW ToE Assistant
ID cnbjnjdfhbkiaimeniafdnaiddjaomlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hw-toe-assistant/cnbjnjdfhbkiaimeniafdnaiddjaomlf
คำอธิบาย HW ToE Assistant
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 328
เวอร์ชันปัจจุบัน 1.49
อัปเดตครั้งล่าสุด 2023-02-04
วันที่เผยแพร่ 2021-12-27
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Victor Postolovskiy
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://discord.gg/kPj8ZzNZgW
URL หน้าช่วยเหลือ https://discord.gg/kPj8ZzNZgW
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1kJWLfBClaeKhs_Rb95K7zjhJR63XB1DPPrm1rhzUUlY/edit?usp=sharing
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HW ToE Assistant",
    "version": "1.49",
    "description": "HW ToE Assistant",
    "icons": {
        "128": "ToE_128.png",
        "48": "ToE_48.png",
        "16": "ToE_16.png"
    },
    "action": {
        "default_icon": "ToE_16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/i.hero-wars-fb.com\/*",
                "*:\/\/www.hero-wars.com\/*",
                "*:\/\/i-heroes-vk.nextersglobal.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "eventPage.js"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/i.hero-wars-fb.com\/*",
            "*:\/\/www.hero-wars.com\/*",
            "*:\/\/i-heroes-vk.nextersglobal.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "images\/*.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "kmkpfppmpiefejglhiaiopiengaacbjg",
                "cnbjnjdfhbkiaimeniafdnaiddjaomlf"
            ]
        }
    ],
    "options_page": "options.html"
}