HW ToE Assistant

HW ToE Assistant

HW ToE Assistant란 무엇입니까?

HW ToE Assistant은(는) Victor Postolovskiy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HW ToE Assistant"입니다.

확장 프로그램 스크린샷

screenshot

HW ToE Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}