Snake in Popup

A simple game to play

Qu'est-ce que Snake in Popup ?

Snake in Popup est une extension Chrome développée par Kaeso, et sa fonction principale est "A simple game to play".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Snake in Popup

Téléchargez les fichiers d'extension Snake in Popup 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 basic game of snake that can be played right in chrome!

Move around you snake with WASD or arrow keys and collect all of the yellow spots by running into them with you snake.

Each point you collect makes you one unit longer and makes you go faster.

Play until you accidentally run into your own body.

Scores will be updated upon death.                    

Informations de Base sur l'Extension

Nom Snake in Popup Snake in Popup
ID alfblejfnbeponhmejiihfncggddanbf
URL Officiel https://chromewebstore.google.com/detail/snake-in-popup/alfblejfnbeponhmejiihfncggddanbf
Description A simple game to play
Taille du Fichier 36.57 KB
Nombre d'Installations 340
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2020-05-11
Date de Publication 2020-05-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur Kaeso
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "A simple game to play",
    "manifest_version": 2,
    "name": "Snake in Popup",
    "version": "0.0.0.3"
}