Snek Game
A Game About Sneks made WSith Pure HTML, CSS, and Javascript.
Qu'est-ce que Snek Game ?
Snek Game est une extension Chrome développée par CreamMonke, et sa fonction principale est "A Game About Sneks made WSith Pure HTML, CSS, and Javascript.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snek Game
Téléchargez les fichiers d'extension Snek Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Snek Game |
ID | hbmpaggicmgkhiifdhkjhkejpcabnkin |
URL Officiel | https://chromewebstore.google.com/detail/snek-game/hbmpaggicmgkhiifdhkjhkejpcabnkin |
Description | A Game About Sneks made WSith Pure HTML, CSS, and Javascript. |
Taille du Fichier | 53.87 KB |
Nombre d'Installations | 163 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-03-07 |
Date de Publication | 2021-12-20 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | CreamMonke |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |