Bubble Mover

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

Bubble Moverคืออะไร?

Bubble Mover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bakhirev.alexey และคุณลักษณะหลักของมันคือ "The game Bubble Mover need to reduce the number of bubbles to their complete disappearance."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bubble Mover

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}