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ファイルをダウンロード

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

拡張機能の使用方法

                        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",
        ""
    ]
}