Bubble Mover

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

Co to jest Bubble Mover?

Bubble Mover to rozszerzenie Chrome opracowane przez bakhirev.alexey, a jego główną funkcją jest „The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bubble Mover

Pobierz pliki rozszerzeń Bubble Mover 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bubble Mover Bubble Mover
ID ejpocjcapcigbhodlakiogekbalflgdi
Oficjalny URL https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi
Opis The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Rozmiar pliku 255 KB
Liczba instalacji 252
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2013-02-21
Data Publikacji 2013-02-21
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper bakhirev.alexey
Typ Płatności free
Obsługiwane Języki 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"
}