Bubble Mover

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

O que é Bubble Mover?

Bubble Mover é uma extensão do Chrome desenvolvida por bakhirev.alexey, e sua principal característica é "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bubble Mover

Baixe arquivos de extensão Bubble Mover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bubble Mover Bubble Mover
ID ejpocjcapcigbhodlakiogekbalflgdi
URL Oficial https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi
Descrição The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Tamanho do Arquivo 255 KB
Contagem de Instalações 252
Versão Atual 1.0.0
Última Atualização 2013-02-21
Data de Publicação 2013-02-21
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor bakhirev.alexey
Tipo de Pagamento free
Idiomas Suportados 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"
}