Bubble Spinner 2 Game

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

ما هو Bubble Spinner 2 Game؟

Bubble Spinner 2 Game هو إضافة Chrome تم تطويرها بواسطة robertmilken129، والميزة الرئيسية لها هي "Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bubble Spinner 2 Game

قم بتنزيل ملفات الامتداد Bubble Spinner 2 Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Bubble Spinner 2 Game Bubble Spinner 2 Game
ID jjgbjcphmncgkcknkcpgeiabfokjpaik
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bubble-spinner-2-game/jjgbjcphmncgkcknkcpgeiabfokjpaik
الوصف Form groups of 3 bubbles to pop them. The board spins as you hit it, so timing can be important!
حجم الملف 878 KB
عدد التثبيتات 56
النسخة الحالية 1.0.0
آخر تحديث 2018-07-19
تاريخ النشر 2018-07-19
المطور robertmilken129
نوع الدفع free
موقع الإضافة http://www.bubblespinner.com/bubble-spinner-2.php
اللغات المدعومة 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",
        ""
    ]
}