Eat Everywhere
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
What is Eat Everywhere?
Eat Everywhere is a Chrome extension developed by Etienne Etienne, and its main feature is "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.".
Extension Screenshots
Download Eat Everywhere Extension CRX File
Download Eat Everywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ppjloajfhiekeobgkbadaahcgibakobn |
Official URL | https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn |
Description | Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. |
File Size | 10.2 KB |
Installation Count | 17 |
Current Version | 2.1 |
Last Updated | 2016-04-16 |
Publish Date | 2016-04-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Etienne Etienne |
Payment Type | free |
Supported Languages | 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 } |