Hero Wars AdminConsole

Hero Wars AdminConsole

What is Hero Wars AdminConsole?

Hero Wars AdminConsole is a Chrome extension developed by https://sites.google.com/site/remwant, and its main feature is "Hero Wars AdminConsole".

Extension Screenshots

screenshot

Download Hero Wars AdminConsole Extension CRX File

Download Hero Wars AdminConsole extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение позволяет запустить консоль администратора в игре Hero Wars (Хроники Хаоса) в ВКонтакте (https://vk.com/app5327745)

- Для запуска консоли установите расширение и обновите страницу с игрой. 
- Запуск происходит по нажатию клавиши "~"
- Некоторые полезные команды в консоли администратора:
     testBalance  - включение интерфейса для тестирования различных сетов героев и титанов
     inspect - включение режима исследования боя с подробным описанием всех действий и эффектов
     autoBattleEverywhere - включение автоматического проведения боев по умолчанию
     superFastBattle  - ускорение боев в 20 раз
     superSlowBattle -  замедление боев в 20 раз
     replay id - включить повтор боя с указанным id                    

Extension Basic Information

Name Hero Wars AdminConsole Hero Wars AdminConsole
ID bdelelkomappennhkkoijgbadnbclaef
Official URL https://chromewebstore.google.com/detail/hero-wars-adminconsole/bdelelkomappennhkkoijgbadnbclaef
Description Hero Wars AdminConsole
File Size 12.72 KB
Installation Count 332
Current Version 0.4
Last Updated 2019-02-05
Publish Date 2019-02-04
Rating 2.67/5 Total 12 Ratings
Developer https://sites.google.com/site/remwant
Payment Type free
Extension Website https://vk.com/public74740491
Help Page URL https://vk.com/public74740491
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hero Wars AdminConsole",
    "version": "0.4",
    "description": "Hero Wars AdminConsole",
    "manifest_version": 2,
    "icons": {
        "75": ".\/icons\/icon75.png"
    },
    "permissions": [
        "*:\/\/i-heroes-vk.nextersglobal.com\/*",
        "*:\/\/vk.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "bgp.js"
        ],
        "persistent": true
    }
}