Snake game
A fun game to play while waiting for things
Cos'è Snake game?
Snake game è un'estensione di Chrome sviluppata da Gecko Software, e la sua funzione principale è "A fun game to play while waiting for things".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snake game
Scarica i file di estensione Snake 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
A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail. Code functions from codepen.io
Informazioni di Base sull'Estensione
Nome | Snake game |
ID | lljpgahbeilaecaaiecghpmfajfeclge |
URL Ufficiale | https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge |
Descrizione | A fun game to play while waiting for things |
Dimensione del File | 625 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 2.9.0 |
Ultimo Aggiornamento | 2019-08-19 |
Data di Pubblicazione | 2019-08-18 |
Valutazione | 4.49/5 Totale 67 Valutazioni |
Sviluppatore | Gecko Software |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake game", "version": "2.9.0", "options_page": "options.html", "permissions": [ "storage" ], "description": "A fun game to play while waiting for things", "offline_enabled": true, "author": "Ian", "icons": { "16": "\/assets\/images\/icon.png", "48": "\/assets\/images\/icon.png", "128": "\/assets\/images\/icon.png" }, "browser_action": { "default_icon": "\/assets\/images\/icon.png", "default_popup": "popup.html" } } |