Snek Game
A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
Cos'è Snek Game?
Snek Game è un'estensione di Chrome sviluppata da CreamMonke, e la sua funzione principale è "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snek Game
Scarica i file di estensione Snek Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Snek Game is a life changing thought provoking action experience that challenges societal norms. Controls: Singleplayer: wasd or arrow keys - change direction r - restart current game (not in localmutliplayer) Localmultiplayer: wasd - player 1 arrow keys - player 2 v 2.0: -game now uses HTML canvas instead of individual HTML divs; should improve performance related bugs v 1.0: -new mode: localmultiplayer -new menu -UI color scheme changed from red to blue -can now press r in singleplayer mode to instantly restart the game
Informazioni di Base sull'Estensione
Nome | Snek Game |
ID | hbmpaggicmgkhiifdhkjhkejpcabnkin |
URL Ufficiale | https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin |
Descrizione | A Game About Sneks made WSith Pure HTML, CSS, and Javascript. |
Dimensione del File | 53.87 KB |
Conteggio Installazioni | 163 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-03-07 |
Data di Pubblicazione | 2021-12-20 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | CreamMonke |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snek Game", "description": "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.", "version": "2.0", "manifest_version": 3, "icons": { "16": "\/images\/snek.png", "48": "\/images\/snek.png", "128": "\/images\/snek.png" }, "action": { "default_popup": "\/scenes\/menu\/index.html" } } |