Bubble Spinner 2 Game

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

Was ist Bubble Spinner 2 Game?

Bubble Spinner 2 Game ist eine Chrome-Erweiterung, die von robertmilken129 entwickelt wurde, und ihr Hauptmerkmal ist "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!".

Erweiterungsscreenshots

screenshot

Bubble Spinner 2 Game-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bubble Spinner 2 Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Bubble Spinner 2 Game Bubble Spinner 2 Game
ID jjgbjcphmncgkcknkcpgeiabfokjpaik
Offizielle URL https://chrome.google.com/webstore/detail/bubble-spinner-2-game/jjgbjcphmncgkcknkcpgeiabfokjpaik
Beschreibung Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!
Dateigröße 878 KB
Installationsanzahl 56
Aktuelle Version 1.0.0
Letztes Update 2018-07-19
Veröffentlichungsdatum 2018-07-19
Entwickler robertmilken129
Zahlungsart free
Erweiterungswebsite http://www.bubblespinner.com/bubble-spinner-2.php
Unterstützte Sprachen 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",
        ""
    ]
}