gulper.io
Free online multiplayer snake game
Wat is gulper.io?
gulper.io is een Chrome-extensie ontwikkeld door https://gulper.io, en de belangrijkste functie is "Free online multiplayer snake game".
Extensie Screenshots
Download het CRX-bestand van de extensie gulper.io
Download gulper.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | gulper.io |
ID | clmgdfgfndcfofkeefailmkhhimbaknk |
Officiële URL | https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk |
Beschrijving | Free online multiplayer snake game |
Bestandsgrootte | 34.36 KB |
Aantal Installaties | 886 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-01-01 |
Publicatiedatum | 2021-01-01 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://gulper.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gulper.io/ |
Help Pagina-URL | https://gulper.io/ |
URL van de Privacybeleid Pagina | https://gulper.io/privacy |
Ondersteunde Talen | 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" ] } } |