Eat Everywhere
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
O que é Eat Everywhere?
Eat Everywhere é uma extensão do Chrome desenvolvida por Etienne Etienne, e sua principal característica é "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Eat Everywhere
Baixe arquivos de extensão Eat Everywhere no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | ppjloajfhiekeobgkbadaahcgibakobn |
URL Oficial | https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn |
Descrição | Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. |
Tamanho do Arquivo | 10.2 KB |
Contagem de Instalações | 17 |
Versão Atual | 2.1 |
Última Atualização | 2016-04-16 |
Data de Publicação | 2016-04-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Etienne Etienne |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |