Eat Everywhere

Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.

¿Qué es Eat Everywhere?

Eat Everywhere es una extensión de Chrome desarrollada por Etienne Etienne, y su función principal es "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Eat Everywhere

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

                        Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.

Control your green dot by moving your mouse.

Boost your green dot by clicking on your mouse. This costs 1 point.

To start the game, click on the extension icon.
To stop the game, click on the extension icon again.

Have fun!                    

Información Básica de la Extensión

Nombre Eat Everywhere Eat Everywhere
ID ppjloajfhiekeobgkbadaahcgibakobn
URL Oficial https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn
Descripción Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Tamaño del Archivo 10.2 KB
Cantidad de Instalaciones 17
Versión Actual 2.1
Última Actualización 2016-04-16
Fecha de Publicación 2016-04-16
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Etienne Etienne
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eat Everywhere",
    "description": "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.",
    "version": "2.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Start \/ Stop the game."
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}