gulper.io

Free online multiplayer snake game

Co to jest gulper.io?

gulper.io to rozszerzenie Chrome opracowane przez https://gulper.io, a jego główną funkcją jest „Free online multiplayer snake game”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia gulper.io

Pobierz pliki rozszerzeń gulper.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa gulper.io gulper.io
ID clmgdfgfndcfofkeefailmkhhimbaknk
Oficjalny URL https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk
Opis Free online multiplayer snake game
Rozmiar pliku 34.36 KB
Liczba instalacji 886
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-01-01
Data Publikacji 2021-01-01
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper https://gulper.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gulper.io/
Adres URL Strony Pomocy https://gulper.io/
Adres URL Strony Polityki Prywatności https://gulper.io/privacy
Obsługiwane Języki 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"
        ]
    }
}