Blue Pixel

Ten hyper casual games in one

ما هو Blue Pixel؟

Blue Pixel هو إضافة Chrome تم تطويرها بواسطة https://www.playtcubed.com، والميزة الرئيسية لها هي "Ten hyper casual games in one".

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

screenshot

تحميل ملف CRX للإضافة Blue Pixel

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

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

                        Ten fun hyper casual games in one!!!

Feel free to connect with us via our website by clicking the header icon or reach out to us on social media by clicking our social media icons in the footer!

Also, check out our sponsored games link on popup to see who is making this a forever free game :)                    

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

الاسم Blue Pixel Blue Pixel
ID johpdfgnmkijnjcjnniienhkdpogepoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/blue-pixel/johpdfgnmkijnjcjnniienhkdpogepoh
الوصف Ten hyper casual games in one
حجم الملف 2.75 MB
عدد التثبيتات 125
النسخة الحالية 1.1.0
آخر تحديث 2021-09-29
تاريخ النشر 2021-09-28
المطور https://www.playtcubed.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.playtcubed.com
عنوان صفحة المساعدة http://www.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": "Blue Pixel",
    "description": "Ten hyper casual games in one ",
    "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\/*"
    ]
}