Bubble Mover

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

Co je Bubble Mover?

Bubble Mover je rozšíření Chrome vyvinuté bakhirev.alexey, a jeho hlavní funkcí je „The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Bubble Mover

Stáhněte si soubory rozšíření Bubble Mover 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í

                        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.                    

Základní Informace o Rozšíření

Název Bubble Mover Bubble Mover
ID ejpocjcapcigbhodlakiogekbalflgdi
Oficiální URL https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi
Popis The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Velikost souboru 255 KB
Počet instalací 252
Aktuální Verze 1.0.0
Poslední Aktualizace 2013-02-21
Datum Vydání 2013-02-21
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář bakhirev.alexey
Typ Platby free
Podporované Jazyky 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"
}