Eat Everywhere
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Co je Eat Everywhere?
Eat Everywhere je rozšíření Chrome vyvinuté Etienne Etienne, a jeho hlavní funkcí je „Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Eat Everywhere
Stáhněte si soubory rozšíření Eat Everywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | ppjloajfhiekeobgkbadaahcgibakobn |
Oficiální URL | https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn |
Popis | Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. |
Velikost souboru | 10.2 KB |
Počet instalací | 17 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2016-04-16 |
Datum Vydání | 2016-04-16 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Etienne Etienne |
Typ Platby | free |
Podporované Jazyky | 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 } |