Bubble Mover
The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Что такое Bubble Mover?
Bubble Mover - это расширение Chrome, разработанное bakhirev.alexey, и его основная функция - "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".
Снимки экрана расширения
Скачать файл CRX расширения Bubble Mover
Скачайте файлы расширений Bubble Mover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The game «Bubble Mover» need to reduce the number of bubbles to their complete disappearance. To do this, click on groups of two or more balls of the same color. The game will be over, when on the field there will be no ball, or when there will be more opportunities to continue.
Основная информация о расширении
Название | Bubble Mover |
ID | ejpocjcapcigbhodlakiogekbalflgdi |
Официальный URL | https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi |
Описание | The game Bubble Mover need to reduce the number of bubbles to their complete disappearance. |
Размер файла | 255 KB |
Количество установок | 252 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2013-02-21 |
Дата публикации | 2013-02-21 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | bakhirev.alexey |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "Bubble Mover" }, "description": "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.png", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/balls.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "Bubble Mover", "version": "1.0.0" } |