Bubble Mover

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

Vad är Bubble Mover?

Bubble Mover är en Chrome-tillägg utvecklad av bakhirev.alexey, och dess huvudfunktion är "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Bubble Mover-förlängningens CRX-fil

Ladda ner Bubble Mover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Bubble Mover Bubble Mover
ID ejpocjcapcigbhodlakiogekbalflgdi
Officiell webbadress https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi
Beskrivning The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Filstorlek 255 KB
Antal Installationer 252
Aktuell Version 1.0.0
Senast Uppdaterad 2013-02-21
Publiceringsdatum 2013-02-21
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare bakhirev.alexey
Betalningssätt free
Stödda Språk 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"
}