gulper.io
Free online multiplayer snake game
Vad är gulper.io?
gulper.io är en Chrome-tillägg utvecklad av https://gulper.io, och dess huvudfunktion är "Free online multiplayer snake game".
Tilläggsskärmbilder
Ladda ner gulper.io-förlängningens CRX-fil
Ladda ner gulper.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | gulper.io |
ID | clmgdfgfndcfofkeefailmkhhimbaknk |
Officiell webbadress | https://chromewebstore.google.com/detail/gulperio/clmgdfgfndcfofkeefailmkhhimbaknk |
Beskrivning | Free online multiplayer snake game |
Filstorlek | 34.36 KB |
Antal Installationer | 886 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2021-01-01 |
Publiceringsdatum | 2021-01-01 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | https://gulper.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gulper.io/ |
Hjälpsida URL | https://gulper.io/ |
URL till Sekretesspolicy Sidan | https://gulper.io/privacy |
Stödda Språk | 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" ] } } |