Bubble Mover

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

Bubble Moverとは何ですか?

Bubble Moverはbakhirev.alexeyによって開発されたChromeの拡張機能で、その主な機能は「The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Bubble Mover拡張機能のCRXファイルをダウンロード

Bubble Mover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Bubble Mover Bubble Mover
ID ejpocjcapcigbhodlakiogekbalflgdi
公式URL https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi
説明 The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
ファイルサイズ 255 KB
インストール数 252
現在のバージョン 1.0.0
最終更新日 2013-02-21
公開日 2013-02-21
評価 4.00/5 合計 1 レビュー
開発者 bakhirev.alexey
支払い方法 free
対応言語 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"
}