Bubble Spinner 2 Game

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

Vad är Bubble Spinner 2 Game?

Bubble Spinner 2 Game är en Chrome-tillägg utvecklad av robertmilken129, och dess huvudfunktion är "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!".

Tilläggsskärmbilder

screenshot

Ladda ner Bubble Spinner 2 Game-förlängningens CRX-fil

Ladda ner Bubble Spinner 2 Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Bubble Spinner 2 Game Bubble Spinner 2 Game
ID jjgbjcphmncgkcknkcpgeiabfokjpaik
Officiell webbadress https://chrome.google.com/webstore/detail/bubble-spinner-2-game/jjgbjcphmncgkcknkcpgeiabfokjpaik
Beskrivning Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!
Filstorlek 878 KB
Antal Installationer 56
Aktuell Version 1.0.0
Senast Uppdaterad 2018-07-19
Publiceringsdatum 2018-07-19
Utvecklare robertmilken129
Betalningssätt free
Tilläggswebbplats http://www.bubblespinner.com/bubble-spinner-2.php
Stödda Språk 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",
        ""
    ]
}