Snake
The authentic snake game in a popup. Smooth animations and a saved high score!
Qu'est-ce que Snake ?
Snake est une extension Chrome développée par Kris10ansn, et sa fonction principale est "The authentic snake game in a popup. Smooth animations and a saved high score!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snake
Téléchargez les fichiers d'extension Snake 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
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.
Informations de Base sur l'Extension
Nom | Snake |
ID | oppflpnigmhkldmdmmbnopidlhahanji |
URL Officiel | https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji |
Description | The authentic snake game in a popup. Smooth animations and a saved high score! |
Taille du Fichier | 30.15 KB |
Nombre d'Installations | 463,081 |
Version Actuelle | 2.2.15 |
Dernière Mise à Jour | 2024-02-21 |
Date de Publication | 2020-02-26 |
Évaluation | 4.30/5 Total 44 Évaluations |
Développeur | Kris10ansn |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://kris10ansn.github.io |
URL de la Page d'Aide | https://kris10ansn.github.io |
Langues Prises en Charge | 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 } |