HWGame

Hero Wars plugin to help players

ما هو HWGame؟

HWGame هو إضافة Chrome تم تطويرها بواسطة https://hwgame.top، والميزة الرئيسية لها هي "Hero Wars plugin to help players".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HWGame

قم بتنزيل ملفات الامتداد HWGame بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A small extension to display basic information from the Chronicle of Chaos profile.
The plugin works with the game on all social networks.
At the moment, it shows basic information about the player, the number of battles fought in the arena (and the number of victories), the number of victories in Adventures, as well as the number of emeralds spent on titan artifacts, titan spheres, hero artifacts and to summon pets.
It also supports data transfer for the New Year's event!
And in the new version, the development of the display of battles, from the arena, grand arena and guild war, has begun!

The amount of information displayed will increase in the near future!                    

معلومات أساسية عن التمديد

الاسم HWGame HWGame
ID foikfmnjgoljejophccdlhenbkogiemo
عنوان URL الرسمي https://chromewebstore.google.com/detail/hwgame/foikfmnjgoljejophccdlhenbkogiemo
الوصف Hero Wars plugin to help players
حجم الملف 170 KB
عدد التثبيتات 9,437
النسخة الحالية 0.5.0
آخر تحديث 2021-09-01
تاريخ النشر 2020-12-25
تقييم 4.00/5 مجموع تقييمات 31
المطور https://hwgame.top
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hwgame.top/
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ru",
    "version": "0.5.0",
    "author": "Bigwer",
    "icons": {
        "20": "images\/icon_20.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/i-heroes-vk.nextersglobal.com\/*",
                "https:\/\/i-heroes-mm.nextersglobal.com\/*",
                "https:\/\/i-heroes-mg.nextersglobal.com\/*",
                "https:\/\/i-heroes-ok.nextersglobal.com\/*",
                "https:\/\/i-heroes-fb.nextersglobal.com\/*",
                "https:\/\/i.hero-wars-fb.com\/*",
                "https:\/\/hero-wars.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "unlimitedStorage",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/i-heroes-vk.nextersglobal.com\/*",
        "https:\/\/i-heroes-mm.nextersglobal.com\/*",
        "https:\/\/i-heroes-mg.nextersglobal.com\/*",
        "https:\/\/i-heroes-ok.nextersglobal.com\/*",
        "https:\/\/i-heroes-fb.nextersglobal.com\/*",
        "https:\/\/i.hero-wars-fb.com\/*",
        "https:\/\/hero-wars.com\/*",
        "https:\/\/heroes-vk.nextersglobal.com\/*",
        "https:\/\/heroes-mm.nextersglobal.com\/*",
        "https:\/\/heroes-mg.nextersglobal.com\/*",
        "https:\/\/heroes-ok.nextersglobal.com\/*",
        "https:\/\/heroes-fb.nextersglobal.com\/*",
        "https:\/\/heroes-wb.nextersglobal.com\/*",
        "https:\/\/heroes.cdnvideo.ru\/*",
        "https:\/\/vk.com\/bestmoba",
        "https:\/\/my.mail.ru\/apps\/746862",
        "https:\/\/games.mail.ru\/app\/3550",
        "https:\/\/ok.ru\/game\/moba",
        "https:\/\/apps.facebook.com\/mobaheroes\/",
        "https:\/\/hwgame.top\/*",
        "https:\/\/static.hwgame.top\/*",
        "https:\/\/cdn.hwgame.top\/*"
    ],
    "web_accessible_resources": [
        "injected.js",
        "panel.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_title": "HWGame",
        "default_icon": "images\/icon_48.png",
        "default_popup": "panel.html"
    }
}