Snake game

A fun game to play while waiting for things

Wat is Snake game?

Snake game is een Chrome-extensie ontwikkeld door Gecko Software, en de belangrijkste functie is "A fun game to play while waiting for things".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Snake game

Download Snake game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Snake game Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
Officiële URL https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge
Beschrijving A fun game to play while waiting for things
Bestandsgrootte 625 KB
Aantal Installaties 20,000
Huidige Versie 2.9.0
Laatst Bijgewerkt 2019-08-19
Publicatiedatum 2019-08-18
Beoordeling 4.49/5 Totaal 67 Beoordelingen
Ontwikkelaar Gecko Software
Betalingswijze free
Ondersteunde Talen 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"
    }
}