Genesyx Game Helper

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

Qu'est-ce que Genesyx Game Helper ?

Genesyx Game Helper est une extension Chrome développée par MADsadFATcat, et sa fonction principale est "Игровой помощник для браузерной игры https://www.genesyx.ru/".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Genesyx Game Helper

Téléchargez les fichiers d'extension Genesyx Game Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Функционал:

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

Оповещает о:

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

Informations de Base sur l'Extension

Nom Genesyx Game Helper Genesyx Game Helper
ID iclnmbgdedngcclmfjpkfjljakllneij
URL Officiel https://chromewebstore.google.com/detail/genesyx-game-helper/iclnmbgdedngcclmfjpkfjljakllneij
Description Игровой помощник для браузерной игры https://www.genesyx.ru/
Taille du Fichier 3.1 MB
Nombre d'Installations 32
Version Actuelle 3.3.11
Dernière Mise à Jour 2023-02-05
Date de Publication 2020-01-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur MADsadFATcat
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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}"
        }
    }
}