gulper.io

Free online multiplayer snake game

What is gulper.io?

gulper.io is a Chrome extension developed by https://gulper.io, and its main feature is "Free online multiplayer snake game".

Extension Screenshots

screenshot

Download gulper.io Extension CRX File

Download gulper.io 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

                        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.                    

Extension Basic Information

Name gulper.io gulper.io
ID clmgdfgfndcfofkeefailmkhhimbaknk
Official URL https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk
Description Free online multiplayer snake game
File Size 34.36 KB
Installation Count 886
Current Version 1.0.1
Last Updated 2021-01-01
Publish Date 2021-01-01
Rating 3.00/5 Total 1 Ratings
Developer https://gulper.io
Email [email protected]
Payment Type free
Extension Website https://gulper.io/
Help Page URL https://gulper.io/
Privacy Policy Page URL https://gulper.io/privacy
Supported Languages 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"
        ]
    }
}