Snake game in popup

A fun game to play while waiting for things

Was ist Snake game in popup?

Snake game in popup ist eine Chrome-Erweiterung, die von mereshkova1988 entwickelt wurde, und ihr Hauptmerkmal ist "A fun game to play while waiting for things".

Erweiterungsscreenshots

screenshot

Snake game in popup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snake game in popup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A fun game to play while waiting for things
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.

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

This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Also, unlike many other options out there, this extension saves your highscore, so that you dont have to remember that really good score when youre gonna tell all your friends about it. We are proud to publish the popup version of Snake (Kristian Games version) on the chrome webstore.                    

Grundlegende Informationen zur Erweiterung

Name Snake game in popup Snake game in popup
ID lceljcmccmhchimgampbfnongkcgkjpi
Offizielle URL https://chrome.google.com/webstore/detail/snake-game-in-popup/lceljcmccmhchimgampbfnongkcgkjpi
Beschreibung A fun game to play while waiting for things
Dateigröße 622 KB
Installationsanzahl 1,000
Aktuelle Version 27.8.2021.1
Letztes Update 2021-08-28
Veröffentlichungsdatum 2021-08-28
Entwickler mereshkova1988
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/terms-and-policies
Unterstützte Sprachen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake game in popup",
    "version": "27.8.2021.1",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "description": "A fun game to play while waiting for things",
    "offline_enabled": true,
    "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"
    }
}