Bubble Spinner 2 Game

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

¿Qué es Bubble Spinner 2 Game?

Bubble Spinner 2 Game es una extensión de Chrome desarrollada por robertmilken129, y su función principal es "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bubble Spinner 2 Game

Descarga archivos de extensión Bubble Spinner 2 Game en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Bubble Spinner 2 Game Bubble Spinner 2 Game
ID jjgbjcphmncgkcknkcpgeiabfokjpaik
URL Oficial https://chrome.google.com/webstore/detail/bubble-spinner-2-game/jjgbjcphmncgkcknkcpgeiabfokjpaik
Descripción Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!
Tamaño del Archivo 878 KB
Cantidad de Instalaciones 56
Versión Actual 1.0.0
Última Actualización 2018-07-19
Fecha de Publicación 2018-07-19
Desarrollador robertmilken129
Tipo de Pago free
Sitio Web de la Extensión http://www.bubblespinner.com/bubble-spinner-2.php
Idiomas Soportados 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",
        ""
    ]
}