Eat Everywhere

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

Cos'è Eat Everywhere?

Eat Everywhere è un'estensione di Chrome sviluppata da Etienne Etienne, e la sua funzione principale è "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Eat Everywhere

Scarica i file di estensione Eat Everywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Eat Everywhere Eat Everywhere
ID ppjloajfhiekeobgkbadaahcgibakobn
URL Ufficiale https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn
Descrizione Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Dimensione del File 10.2 KB
Conteggio Installazioni 17
Versione Corrente 2.1
Ultimo Aggiornamento 2016-04-16
Data di Pubblicazione 2016-04-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Etienne Etienne
Tipo di Pagamento free
Lingue Supportate 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
}