Snake
The authentic snake game in a popup. Smooth animations and a saved high score!
Cos'è Snake?
Snake è un'estensione di Chrome sviluppata da Kris10ansn, e la sua funzione principale è "The authentic snake game in a popup. Smooth animations and a saved high score!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snake
Scarica i file di estensione Snake 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
This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Unlike many other options out there, this extension saves your highscore, so that you dont have to just remember that really good score when youre gonna tell all your friends about it. Snake can occasionally show promoted websites when updating. Snake may also show non-intrusive banner advertisements at the bottom of the game window.
Informazioni di Base sull'Estensione
Nome | Snake |
ID | oppflpnigmhkldmdmmbnopidlhahanji |
URL Ufficiale | https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji |
Descrizione | The authentic snake game in a popup. Smooth animations and a saved high score! |
Dimensione del File | 30.15 KB |
Conteggio Installazioni | 463,081 |
Versione Corrente | 2.2.15 |
Ultimo Aggiornamento | 2024-02-21 |
Data di Pubblicazione | 2020-02-26 |
Valutazione | 4.30/5 Totale 44 Valutazioni |
Sviluppatore | Kris10ansn |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://kris10ansn.github.io |
URL della Pagina di Aiuto | https://kris10ansn.github.io |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/chrome-manifest", "name": "Snake", "short_name": "Snake", "version": "2.2.15", "description": "The authentic snake game in a popup. Smooth animations and a saved high score!", "icons": { "16": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/head.png", "24": "images\/head.png", "32": "images\/head.png", "48": "images\/head.png", "128": "images\/head.png" }, "default_popup": "index.html" }, "offline_enabled": true, "manifest_version": 3 } |