Snake game

A fun game to play while waiting for things

Qu'est-ce que Snake game ?

Snake game est une extension Chrome développée par Gecko Software, et sa fonction principale est "A fun game to play while waiting for things".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Snake game

Téléchargez les fichiers d'extension Snake game 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

                        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                    

Informations de Base sur l'Extension

Nom Snake game Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
URL Officiel https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge
Description A fun game to play while waiting for things
Taille du Fichier 625 KB
Nombre d'Installations 20,000
Version Actuelle 2.9.0
Dernière Mise à Jour 2019-08-19
Date de Publication 2019-08-18
Évaluation 4.49/5 Total 67 Évaluations
Développeur Gecko Software
Type de Paiement free
Langues Prises en Charge 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"
    }
}