Snake game in popup
A fun game to play while waiting for things
Cos'è Snake game in popup?
Snake game in popup è un'estensione di Chrome sviluppata da mereshkova1988, 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 in popup
Scarica i file di estensione Snake game in popup 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 fun game to play while waiting for things 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. Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug. This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.
Informazioni di Base sull'Estensione
Nome | |
ID | lceljcmccmhchimgampbfnongkcgkjpi |
URL Ufficiale | https://chrome.google.com/webstore/detail/snake-game-in-popup/lceljcmccmhchimgampbfnongkcgkjpi |
Descrizione | A fun game to play while waiting for things |
Dimensione del File | 622 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 27.8.2021.1 |
Ultimo Aggiornamento | 2021-08-28 |
Data di Pubblicazione | 2021-08-28 |
Sviluppatore | mereshkova1988 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/terms-and-policies |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake game in popup", "version": "27.8.2021.1", "options_page": "options.html", "permissions": [ "storage" ], "description": "A fun game to play while waiting for things", "offline_enabled": true, "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" } } |