Eat Everywhere
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Co to jest Eat Everywhere?
Eat Everywhere to rozszerzenie Chrome opracowane przez Etienne Etienne, a jego główną funkcją jest „Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Eat Everywhere
Pobierz pliki rozszerzeń Eat Everywhere w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ppjloajfhiekeobgkbadaahcgibakobn |
Oficjalny URL | https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn |
Opis | Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. |
Rozmiar pliku | 10.2 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2016-04-16 |
Data Publikacji | 2016-04-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Etienne Etienne |
Typ Płatności | free |
Obsługiwane Języki | 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 } |