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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ http://www.playtcubed.com
URL หน้านโยบายความเป็นส่วนตัว 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\/*"
    ]
}