Genesyx Game Helper

Игровой помощник для браузерной игры https://www.genesyx.ru/

What is Genesyx Game Helper?

Genesyx Game Helper is a Chrome extension developed by MADsadFATcat, and its main feature is "Игровой помощник для браузерной игры https://www.genesyx.ru/".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Genesyx Game Helper Extension CRX File

Download Genesyx Game Helper 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

                        Расширение не нарушает правил игры.

Замечания, предложения и вопросы писать сюда: [email protected]

Функционал:

- Позволяет открывать все ссылки в игре в новой вкладке
- Скрывает большие картинки в центре ускоряя навигацию
- Запоминает размер чата
- Помогает выставить параметры для дуэльных боёв
- Помогает выставить параметры для командных боёв

Оповещает о:

- Начале боя
- Сообщениях в клановом чате
- Регулируемый таймер (например для рекламы в чате каждые 10 минут)
- О конце усталости
- О конце крафта
- Напоминает сделать ход
- Полном здоровье и энергии
- Приватном сообщении
- Животных на свалке
- Системном сообщении                    

Extension Basic Information

Name Genesyx Game Helper Genesyx Game Helper
ID iclnmbgdedngcclmfjpkfjljakllneij
Official URL https://chromewebstore.google.com/detail/genesyx-game-helper/iclnmbgdedngcclmfjpkfjljakllneij
Description Игровой помощник для браузерной игры https://www.genesyx.ru/
File Size 3.1 MB
Installation Count 32
Current Version 3.3.11
Last Updated 2023-02-05
Publish Date 2020-01-26
Rating 5.00/5 Total 3 Ratings
Developer MADsadFATcat
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genesyx Game Helper",
    "version": "3.3.11",
    "description": "\u0418\u0433\u0440\u043e\u0432\u043e\u0439 \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u0434\u043b\u044f \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u043d\u043e\u0439 \u0438\u0433\u0440\u044b https:\/\/www.genesyx.ru\/",
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "html\/index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "options_page": "html\/index.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.genesyx.ru\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "sounds\/*.mp3"
    ],
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{542c25da-977a-4f6a-aa0b-9d4812122df0}"
        }
    }
}