Bubble Mover

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

Was ist Bubble Mover?

Bubble Mover ist eine Chrome-Erweiterung, die von bakhirev.alexey entwickelt wurde, und ihr Hauptmerkmal ist "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Bubble Mover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bubble Mover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bubble Mover Bubble Mover
ID ejpocjcapcigbhodlakiogekbalflgdi
Offizielle URL https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi
Beschreibung The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Dateigröße 255 KB
Installationsanzahl 252
Aktuelle Version 1.0.0
Letztes Update 2013-02-21
Veröffentlichungsdatum 2013-02-21
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler bakhirev.alexey
Zahlungsart free
Unterstützte Sprachen 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"
}