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란 무엇입니까?

Bubble Spinner 2 Game은(는) robertmilken129에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!"입니다.

확장 프로그램 스크린샷

screenshot

Bubble Spinner 2 Game 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Bubble Spinner 2 Game Bubble Spinner 2 Game
ID jjgbjcphmncgkcknkcpgeiabfokjpaik
공식 URL https://chrome.google.com/webstore/detail/bubble-spinner-2-game/jjgbjcphmncgkcknkcpgeiabfokjpaik
설명 Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!
파일 크기 878 KB
설치 횟수 56
현재 버전 1.0.0
최근 업데이트 2018-07-19
출시 날짜 2018-07-19
개발자 robertmilken129
결제 유형 free
확장 프로그램 웹 사이트 http://www.bubblespinner.com/bubble-spinner-2.php
지원되는 언어 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",
        ""
    ]
}