Snake

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

¿Qué es Snake?

Snake es una extensión de Chrome desarrollada por Kris10ansn, y su función principal es "The authentic snake game in a popup. Smooth animations and a saved high score!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Snake

Descarga archivos de extensión Snake en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Snake Snake
ID oppflpnigmhkldmdmmbnopidlhahanji
URL Oficial https://chromewebstore.google.com/detail/snake/oppflpnigmhkldmdmmbnopidlhahanji
Descripción The authentic snake game in a popup. Smooth animations and a saved high score!
Tamaño del Archivo 30.15 KB
Cantidad de Instalaciones 463,081
Versión Actual 2.2.15
Última Actualización 2024-02-21
Fecha de Publicación 2020-02-26
Calificación 4.30/5 Total de 44 Calificaciones
Desarrollador Kris10ansn
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://kris10ansn.github.io
URL de la Página de Ayuda https://kris10ansn.github.io
Idiomas Soportados 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
}