Chrome Snake

Play snake at anytime just by opening a new tab

¿Qué es Chrome Snake?

Chrome Snake es una extensión de Chrome desarrollada por simon.bruno.77, y su función principal es "Play snake at anytime just by opening a new tab".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Chrome Snake

Descarga archivos de extensión Chrome 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

                        Chrome Snake allows you to play with the greatest classic video game ever.
Just open a new tab and have fun.

You can change the initial speed, the color (light or dark) and time display.

Don't want to play ? Just sit and watch the computer ​​playing for you.

UPDATE 1.1 :
Adding link to get back to the normal Chrome new tab page                    

Información Básica de la Extensión

Nombre Chrome Snake Chrome Snake
ID cbdobfnjgnmlcajcamdfjeofmnecepdl
URL Oficial https://chromewebstore.google.com/detail/chrome-snake/cbdobfnjgnmlcajcamdfjeofmnecepdl
Descripción Play snake at anytime just by opening a new tab
Tamaño del Archivo 45.28 KB
Cantidad de Instalaciones 10,000
Versión Actual 1.1
Última Actualización 2018-03-09
Fecha de Publicación 2018-03-09
Calificación 2.41/5 Total de 522 Calificaciones
Desarrollador simon.bruno.77
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Snake",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Play snake at anytime just by opening a new tab",
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}