gulper.io

Free online multiplayer snake game

Что такое gulper.io?

gulper.io - это расширение Chrome, разработанное https://gulper.io, и его основная функция - "Free online multiplayer snake game".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения gulper.io

Скачайте файлы расширений gulper.io в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Gulper.io is modern mix of the classic snake and Tron lightcycles games, but against real players. Your goal is to collect as much energy as possible and don't let others stop you! Avoid collisions, be smart with your strategy, and make your way to the top of the global leaderboard!

Controls:
Move your mouse to change to change the movement direction and hold the left mouse button or Space key to gain a speed boost.                    

Основная информация о расширении

Название gulper.io gulper.io
ID clmgdfgfndcfofkeefailmkhhimbaknk
Официальный URL https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk
Описание Free online multiplayer snake game
Размер файла 34.36 KB
Количество установок 886
Текущая Версия 1.0.1
Последнее Обновление 2021-01-01
Дата публикации 2021-01-01
Рейтинг 3.00/5 Всего 1 оценок
Разработчик https://gulper.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gulper.io/
URL страницы помощи https://gulper.io/
URL страницы политики конфиденциальности https://gulper.io/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gulper.io",
    "description": "Free online multiplayer snake game",
    "version": "1.0.1",
    "icons": {
        "32": "app32.png",
        "128": "app128.png"
    },
    "browser_action": {
        "default_title": "Play gulper.io",
        "default_icon": {
            "128": "app128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}