Hero Wars Guide

Recording and analysis video game player data automatically.

Hero Wars Guideคืออะไร?

Hero Wars Guide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Digital Guide และคุณลักษณะหลักของมันคือ "Recording and analysis video game player data automatically."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hero Wars Guide is a support tool for recording and analysis video game player data, it speed up game play and record information automatically, also support 9 languages.

Free Freatures
1. Freebies Link
2. Arena / Grand Arena Logs
3. Adventures Level
4. Guild War Logs
5. Asgard Logs
6. Download / Upload Save

Subscription
1. Web Page
   - Display all your instructions on one page
   - Single subscription allow 5 users to manage
2. Guild War
   - Record heroes and titans from War Logs
   - Display totems and patrons if previously recorded
   - Display used counters from last 30 days
   - Recommend teams to members
3. Asgard
   - Record heroes and titans from Asgard Logs
   - Assign specific boss level
   - Recommend teams to members
4. Clash of Worlds
   - Highlight used heroes and titans
   - Display numbers of attacks
   - Recommend teams to members                    

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

ชื่อ Hero Wars Guide Hero Wars Guide
ID bdgcbcbpgbfclbnjnfpdcdlkabghjegn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hero-wars-guide/bdgcbcbpgbfclbnjnfpdcdlkabghjegn
คำอธิบาย Recording and analysis video game player data automatically.
ขนาดไฟล์ 8.34 MB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2023-08-07
วันที่เผยแพร่ 2023-02-21
ผู้พัฒนา Digital Guide
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://dg-guide.com
ภาษาที่รองรับ de,en,fr,es,it,pl,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.7",
    "default_locale": "en",
    "homepage_url": "https:\/\/dg-guide.com",
    "icons": {
        "16": "icons\/dg-01.png",
        "48": "icons\/dg-02.png",
        "128": "icons\/dg-03.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/dg-01.png",
            "48": "icons\/dg-02.png",
            "128": "icons\/dg-03.png"
        },
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "activeTab",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.dg-guide.com\/*",
        "*:\/\/*.nextersglobal.com\/*",
        "*:\/\/*.hero-wars.com\/*"
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.hero-wars.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "app\/preset.js",
                "background\/storage.js",
                "background\/filter.js",
                "background\/intercepter.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dg-guide.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "app\/preset.js",
                "background\/homepage.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "background\/injected.js"
            ],
            "matches": [
                "https:\/\/*.hero-wars.com\/*",
                "https:\/\/*.heroes-wb.nextersglobal.com\/*",
                "https:\/\/*.heroes-vk.nextersglobal.com\/*",
                "https:\/\/*.heroes-ok.nextersglobal.com\/*",
                "https:\/\/*.heroes-fb.nextersglobal.com\/*",
                "https:\/\/*.heroes-mm.nextersglobal.com\/*",
                "https:\/\/*.heroes-mg.nextersglobal.com\/*"
            ]
        },
        {
            "resources": [
                "app\/index.html"
            ],
            "matches": [
                "https:\/\/*.dg-guide.com\/*"
            ]
        }
    ],
    "minimum_chrome_version": "93"
}