Snake Game

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

Co to jest Snake Game?

Snake Game to rozszerzenie Chrome opracowane przez tarundabhi, a jego główną funkcją jest „Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.”.

Zrzuty ekranu rozszerzenia

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

                        Play snake game in popup screen.                    

Podstawowe informacje o rozszerzeniu

Nazwa Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
Oficjalny URL https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
Opis Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Rozmiar pliku 68.06 KB
Liczba instalacji 3,000
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-02-21
Data Publikacji 2019-09-24
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper tarundabhi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}