Snake Game

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

Co je Snake Game?

Snake Game je rozšíření Chrome vyvinuté tarundabhi, a jeho hlavní funkcí je „Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Snake Game

Stáhněte si soubory rozšíření Snake Game ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Play snake game in popup screen.                    

Základní Informace o Rozšíření

Název Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
Oficiální URL https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
Popis Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Velikost souboru 68.06 KB
Počet instalací 3,000
Aktuální Verze 1.1
Poslední Aktualizace 2022-02-21
Datum Vydání 2019-09-24
Hodnocení 3.40/5 Celkem 5 Hodnocení
Vývojář tarundabhi
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}