Bubble Mover

The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.

What is Bubble Mover?

Bubble Mover is a Chrome extension developed by bakhirev.alexey, and its main feature is "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bubble Mover Extension CRX File

Download Bubble Mover 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

                        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.                    

Extension Basic Information

Name Bubble Mover Bubble Mover
ID ejpocjcapcigbhodlakiogekbalflgdi
Official URL https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi
Description The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
File Size 255 KB
Installation Count 252
Current Version 1.0.0
Last Updated 2013-02-21
Publish Date 2013-02-21
Rating 4.00/5 Total 1 Ratings
Developer bakhirev.alexey
Payment Type free
Supported Languages 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"
}