Eat Everywhere
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Что такое Eat Everywhere?
Eat Everywhere - это расширение Chrome, разработанное Etienne Etienne, и его основная функция - "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.".
Снимки экрана расширения
Скачать файл CRX расширения Eat Everywhere
Скачайте файлы расширений Eat Everywhere в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | ppjloajfhiekeobgkbadaahcgibakobn |
Официальный URL | https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn |
Описание | Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. |
Размер файла | 10.2 KB |
Количество установок | 17 |
Текущая Версия | 2.1 |
Последнее Обновление | 2016-04-16 |
Дата публикации | 2016-04-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Etienne Etienne |
Тип оплаты | free |
Поддерживаемые языки | 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 } |