Ray|HeroWars|Bot

Дополнение к чат-боту ВК. Предотвращает вылет с игры 'Хроники Хаоса' при вызове команд бота в беседе

What is Ray|HeroWars|Bot?

Ray|HeroWars|Bot is a Chrome extension developed by alchemy.magicworld, and its main feature is "Дополнение к чат-боту ВК. Предотвращает вылет с игры 'Хроники Хаоса' при вызове команд бота в беседе".

Extension Screenshots

screenshot

Download Ray|HeroWars|Bot Extension CRX File

Download Ray|HeroWars|Bot 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

                        Расширение служит как дополнение к боту ВК, а именно к определенным командам бота.  Это расширение предотвращает разрыв сессии в игре "Хроники Хаоса", когда кто-то вызывает команды-хелперы в беседе ВК.                    

Extension Basic Information

Name Ray|HeroWars|Bot Ray|HeroWars|Bot
ID mpajchhliggopjidfhenllpcklenecii
Official URL https://chromewebstore.google.com/detail/rayherowarsbot/mpajchhliggopjidfhenllpcklenecii
Description Дополнение к чат-боту ВК. Предотвращает вылет с игры 'Хроники Хаоса' при вызове команд бота в беседе
File Size 356 KB
Installation Count 305
Current Version 0.9.8
Last Updated 2023-09-03
Publish Date 2022-07-07
Rating 1.00/5 Total 1 Ratings
Developer alchemy.magicworld
Email [email protected]
Payment Type free
Extension Website https://vk.com/ray__bot
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ray|HeroWars|Bot",
    "version": "0.9.8",
    "description": "\u0414\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u0435 \u043a \u0447\u0430\u0442-\u0431\u043e\u0442\u0443 \u0412\u041a. \u041f\u0440\u0435\u0434\u043e\u0442\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0432\u044b\u043b\u0435\u0442 \u0441 \u0438\u0433\u0440\u044b '\u0425\u0440\u043e\u043d\u0438\u043a\u0438 \u0425\u0430\u043e\u0441\u0430' \u043f\u0440\u0438 \u0432\u044b\u0437\u043e\u0432\u0435 \u043a\u043e\u043c\u0430\u043d\u0434 \u0431\u043e\u0442\u0430 \u0432 \u0431\u0435\u0441\u0435\u0434\u0435",
    "icons": {
        "48": "icons\/bot-48.png",
        "96": "icons\/bot-96.png"
    },
    "action": {
        "default_icon": {
            "48": "icons\/bot-48.png",
            "96": "icons\/bot-96.png"
        }
    },
    "permissions": [
        "webRequest",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*.hero-wars.com\/*",
        "https:\/\/*.hero-wars.com\/*",
        "https:\/\/heroes-vk.nextersglobal.com\/api\/*",
        "https:\/\/heroes-wb.nextersglobal.com\/api\/*",
        "https:\/\/ray-web.co\/api\/extension\/"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}