Snake

The authentic snake game in a popup. Smooth animations and a saved high score!

Was ist Snake?

Snake ist eine Chrome-Erweiterung, die von Kris10ansn entwickelt wurde, und ihr Hauptmerkmal ist "The authentic snake game in a popup. Smooth animations and a saved high score!".

Erweiterungsscreenshots

screenshot
screenshot

Snake-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snake-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

                        This extension allows you - the user, to play snake, whenever and wherever you want, without having to open a new window. Unlike many other options out there, this extension saves your highscore, so that you dont have to just remember that really good score when youre gonna tell all your friends about it. 

Snake can occasionally show promoted websites when updating. Snake may also show non-intrusive banner advertisements at the bottom of the game window.                    

Grundlegende Informationen zur Erweiterung

Name Snake Snake
ID oppflpnigmhkldmdmmbnopidlhahanji
Offizielle URL https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji
Beschreibung The authentic snake game in a popup. Smooth animations and a saved high score!
Dateigröße 30.15 KB
Installationsanzahl 463,081
Aktuelle Version 2.2.15
Letztes Update 2024-02-21
Veröffentlichungsdatum 2020-02-26
Bewertung 4.30/5 Insgesamt 44 Bewertungen
Entwickler Kris10ansn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kris10ansn.github.io
Hilfeseite URL https://kris10ansn.github.io
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "name": "Snake",
    "short_name": "Snake",
    "version": "2.2.15",
    "description": "The authentic snake game in a popup. Smooth animations and a saved high score!",
    "icons": {
        "16": "images\/head.png",
        "48": "images\/head.png",
        "128": "images\/head.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/head.png",
            "24": "images\/head.png",
            "32": "images\/head.png",
            "48": "images\/head.png",
            "128": "images\/head.png"
        },
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "manifest_version": 3
}