Bubble Mover

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

Bubble Mover là gì?

Bubble Mover là một tiện ích mở rộng Chrome được phát triển bởi bakhirev.alexey, và tính năng chính của nó là "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bubble Mover

Tải xuống các tệp mở rộng Bubble Mover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bubble Mover Bubble Mover
ID ejpocjcapcigbhodlakiogekbalflgdi
URL Chính Thức https://chromewebstore.google.com/detail/bubble-mover/ejpocjcapcigbhodlakiogekbalflgdi
Mô tả The game Bubble Mover need to reduce the number of bubbles to their complete disappearance.
Kích Thước Tệp 255 KB
Số Lần Cài Đặt 252
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-02-21
Ngày Phát Hành 2013-02-21
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bakhirev.alexey
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}