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'est-ce que Bubble Spinner 2 Game ?

Bubble Spinner 2 Game est une extension Chrome développée par robertmilken129, et sa fonction principale est "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bubble Spinner 2 Game

Téléchargez les fichiers d'extension Bubble Spinner 2 Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Bubble Spinner 2 Game Bubble Spinner 2 Game
ID jjgbjcphmncgkcknkcpgeiabfokjpaik
URL Officiel https://chrome.google.com/webstore/detail/bubble-spinner-2-game/jjgbjcphmncgkcknkcpgeiabfokjpaik
Description Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!
Taille du Fichier 878 KB
Nombre d'Installations 56
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-07-19
Date de Publication 2018-07-19
Développeur robertmilken129
Type de Paiement free
Site Web de l'Extension http://www.bubblespinner.com/bubble-spinner-2.php
Langues Prises en Charge 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",
        ""
    ]
}