Bubble Spinner 2 Game

Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!

Bubble Spinner 2 Game là gì?

Bubble Spinner 2 Game là một tiện ích mở rộng Chrome được phát triển bởi robertmilken129, và tính năng chính của nó là "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!".

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

screenshot

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

Tải xuống các tệp mở rộng Bubble Spinner 2 Game 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

                        Shoot the bubbles to connect them in groups of 3. Pop all of the bubbles to complete each level of the game. Simply use your mouse to click & shoot!                    

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

Tên Bubble Spinner 2 Game Bubble Spinner 2 Game
ID jjgbjcphmncgkcknkcpgeiabfokjpaik
URL Chính Thức https://chrome.google.com/webstore/detail/bubble-spinner-2-game/jjgbjcphmncgkcknkcpgeiabfokjpaik
Mô tả Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!
Kích Thước Tệp 878 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-07-19
Ngày Phát Hành 2018-07-19
Nhà Phát Triển robertmilken129
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bubblespinner.com/bubble-spinner-2.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!",
    "name": "Bubble Spinner 2 Game",
    "version": "1.0.0",
    "author": "DeadWhale",
    "short_name": "Bubble Spinner 2 Game",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_title": "Bubble Spinner 2",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/config.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/www.bubblespinner.com\/bubble-spinner-2.php",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "offline_enabled": false,
    "permissions": [
        "tabs",
        ""
    ]
}