Snake Game

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

Qu'est-ce que Snake Game ?

Snake Game est une extension Chrome développée par tarundabhi, et sa fonction principale est "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".

Captures d'Écran de l'Extension

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

                        Play snake game in popup screen.                    

Informations de Base sur l'Extension

Nom Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
URL Officiel https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
Description Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Taille du Fichier 68.06 KB
Nombre d'Installations 3,000
Version Actuelle 1.1
Dernière Mise à Jour 2022-02-21
Date de Publication 2019-09-24
Évaluation 3.40/5 Total 5 Évaluations
Développeur tarundabhi
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake Game",
    "version": "1.1",
    "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}