Snake game

A fun game to play while waiting for things

Co to jest Snake game?

Snake game to rozszerzenie Chrome opracowane przez Gecko Software, a jego główną funkcją jest „A fun game to play while waiting for things”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Snake game

Pobierz pliki rozszerzeń Snake game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Snake game Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
Oficjalny URL https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge
Opis A fun game to play while waiting for things
Rozmiar pliku 625 KB
Liczba instalacji 20,000
Aktualna Wersja 2.9.0
Ostatnia Aktualizacja 2019-08-19
Data Publikacji 2019-08-18
Ocena 4.49/5 Łącznie 67 Oceny
Deweloper Gecko Software
Typ Płatności free
Obsługiwane Języki 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"
    }
}