Offline Snake Game for Google Chrome ™
Simple old school game of Snake.
Qu'est-ce que Offline Snake Game for Google Chrome ™ ?
Offline Snake Game for Google Chrome ™ est une extension Chrome développée par https://snake-game.freespeedcheck.net, et sa fonction principale est "Simple old school game of Snake.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Offline Snake Game for Google Chrome ™
Téléchargez les fichiers d'extension Offline Snake Game for Google Chrome ™ 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
Want to play this iconic game from the 1990's? Relive your childhood and play snake again on this extension. This software works offline and you can play whenever you open the Chrome browser. To begin playing, simply use the up, down, left, right arrows to control your snake. Grow longer by eating the food on the screen. Ensure you do not tangle up yourself and hit your own snake body accidentally. Try playing snake today. Its a great way to pass the time playing these simple games while you are at school.
Informations de Base sur l'Extension
Nom | Offline Snake Game for Google Chrome ™ |
ID | nmakofppilbelgljidneodelilgocjka |
URL Officiel | https://chromewebstore.google.com/detail/offline-snake-game-for-go/nmakofppilbelgljidneodelilgocjka |
Description | Simple old school game of Snake. |
Taille du Fichier | 399 KB |
Nombre d'Installations | 1,383 |
Version Actuelle | 3.0.0 |
Dernière Mise à Jour | 2022-04-22 |
Date de Publication | 2021-10-19 |
Évaluation | 3.14/5 Total 7 Évaluations |
Développeur | https://snake-game.freespeedcheck.net |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://image-size.pdfwork.com/privacy-policy |
Langues Prises en Charge | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "default_locale": "en", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/snake-game.freespeedcheck.net\/", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 3, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "__MSG_appShortName__", "version": "3.0.0", "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "pages\/popup.html", "default_title": "__MSG_browserActionTitle__" } } |