Balloons Shooter

Throw darts and pop balloons!

ما هو Balloons Shooter؟

Balloons Shooter هو إضافة Chrome تم تطويرها بواسطة https://www.playtcubed.com، والميزة الرئيسية لها هي "Throw darts and pop balloons!".

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

screenshot

تحميل ملف CRX للإضافة Balloons Shooter

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

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

                        A fun hyper casual game inspired by the balloon shooter carnival game                    

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

الاسم Balloons Shooter Balloons Shooter
ID nnidpdalbbbmfimkcgikjalnlipgejhf
عنوان URL الرسمي https://chromewebstore.google.com/detail/balloons-shooter/nnidpdalbbbmfimkcgikjalnlipgejhf
الوصف Throw darts and pop balloons!
حجم الملف 3.33 MB
عدد التثبيتات 69
النسخة الحالية 1.1.0
آخر تحديث 2021-09-12
تاريخ النشر 2021-09-12
المطور https://www.playtcubed.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://playtcubed.com
عنوان صفحة المساعدة http://playtcubed.com
عنوان صفحة سياسة الخصوصية https://playtcubed.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "name": "Balloons Shooter",
    "description": "Throw darts and pop balloons!",
    "version": "1.1.0",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}