Bubble Spinner 2 Game

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

Cos'è Bubble Spinner 2 Game?

Bubble Spinner 2 Game è un'estensione di Chrome sviluppata da robertmilken129, e la sua funzione principale è "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bubble Spinner 2 Game

Scarica i file di estensione Bubble Spinner 2 Game in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Bubble Spinner 2 Game Bubble Spinner 2 Game
ID jjgbjcphmncgkcknkcpgeiabfokjpaik
URL Ufficiale https://chrome.google.com/webstore/detail/bubble-spinner-2-game/jjgbjcphmncgkcknkcpgeiabfokjpaik
Descrizione Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!
Dimensione del File 878 KB
Conteggio Installazioni 56
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-07-19
Data di Pubblicazione 2018-07-19
Sviluppatore robertmilken129
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bubblespinner.com/bubble-spinner-2.php
Lingue Supportate 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",
        ""
    ]
}