Hero Wars - Assistant

Expand your possibilities in the game. Win in the Arena and in GW, easily pass adventures. Find out params of competitors heroes.

Hero Wars - Assistantคืออะไร?

Hero Wars - Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hw-assist.com และคุณลักษณะหลักของมันคือ "Expand your possibilities in the game. Win in the Arena and in GW, easily pass adventures. Find out params of competitors heroes."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hero Wars - Assistant

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

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

                        The main functions of the assistant:

1) Community gifts list and auto-collection of gifts
2) Scripts for daily routings (auto-passing the Tower, Expeditions, Tournament of Elements and Dungeon, and else)
3) An endless log (Arenas, GW battles) with a search to quickly find whom to beat with what pack.
4) Spend statistics. How many emeralds until the next totem.
5) Integration with the HW calc. The ability to see the characteristics of the heroes of other players.
6) Adventure intelligence to know in advance the arrangement of packs and amplifications on the adventure map.
7) Guild War Scouting - a convenient tool for generals. At hand all the information about the enemy - totems by whom they beat last time and much more.                    

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

ชื่อ Hero Wars - Assistant Hero Wars - Assistant
ID mbffmikhmagljbpojlampkojpbabdbbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hero-wars-assistant/mbffmikhmagljbpojlampkojpbabdbbo
คำอธิบาย Expand your possibilities in the game. Win in the Arena and in GW, easily pass adventures. Find out params of competitors heroes.
ขนาดไฟล์ 3.55 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.11.2
อัปเดตครั้งล่าสุด 2024-02-24
วันที่เผยแพร่ 2020-06-09
คะแนน 4.46/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา https://hw-assist.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hw-assist.com
URL หน้านโยบายความเป็นส่วนตัว https://hw-assist.com/privacy_policy?lang=en
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.11.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "contextMenus",
        "https:\/\/clanwar.xyz\/*",
        "https:\/\/api.clanwar.xyz\/*",
        "https:\/\/hw-assist.com\/*",
        "https:\/\/api.hw-assist.com\/*",
        "https:\/\/api.hw-assist.com:8084\/*",
        "https:\/\/hw-asist.com\/*",
        "https:\/\/api.hw-asist.com\/*"
    ],
    "browser_action": {
        "default_title": "Hero Wars - Assistant",
        "default_icon": {
            "16": "images\/favicon-16.png",
            "32": "images\/favicon-32.png",
            "128": "images\/favicon-128.png"
        }
    },
    "background": {
        "scripts": [
            "lib\/dexie.js",
            "lib\/utils.js",
            "lib\/cleaning.js",
            "lib\/adventure-logs-handler.js",
            "lib\/war-get-info.js",
            "lib\/cow-get-info.js",
            "lib\/cow-get-info-getAttackMap.js",
            "lib\/cow-get-info-getDefenceMap.js",
            "lib\/adventure-replay-handler.js",
            "lib\/clan-raid-boss-replays-handler.js",
            "lib\/clan-raid-pre-replays-handler.js",
            "lib\/clan-raid-stats-handler.js",
            "lib\/top-arena-handler.js",
            "lib\/arena-cur-enemies.js",
            "lib\/ga-cur-enemies.js",
            "lib\/ny-gifts.js",
            "lib\/war-stats-count.js",
            "lib\/guild-stats.js",
            "lib\/notifications.js",
            "lib\/login.js",
            "lib\/menu.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/i-heroes-vk.nextersglobal.com\/*",
                "https:\/\/i-heroes-ok.nextersglobal.com\/*",
                "https:\/\/i-heroes-fb.nextersglobal.com\/*",
                "https:\/\/i.hero-wars-fb.com\/*",
                "https:\/\/i-heroes-mm.nextersglobal.com\/*",
                "https:\/\/i-heroes-wb.nextersglobal.com\/*",
                "https:\/\/i-heroes-mg.nextersglobal.com\/*",
                "https:\/\/hero-wars.com\/*",
                "https:\/\/www.hero-wars.com\/*",
                "https:\/\/clanwar.xyz\/*",
                "https:\/\/hw-assist.com\/*",
                "https:\/\/apps-1701433570146040.apps.fbsbx.com\/*",
                "https:\/\/hw-asist.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected.js",
        "panel.js",
        "ifr.js",
        "hwh2.js",
        "dist\/*"
    ],
    "icons": {
        "16": "images\/favicon-16.png",
        "32": "images\/favicon-32.png",
        "128": "images\/favicon-128.png"
    },
    "manifest_version": 2
}