Box Size

Opt to perfectly size the box, or fall through an endless pit :)

Box Sizeคืออะไร?

Box Size เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.playtcubed.com และคุณลักษณะหลักของมันคือ "Opt to perfectly size the box, or fall through an endless pit :)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Box Size

ดาวน์โหลดไฟล์ส่วนขยาย Box Size ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Too big...Too small...Just Right!

Just try to perfectly fit the box onto the ledge :) 

You will surely love this simple yet addicting game when trying to pass some time :)

Oh, did we mention it's developed by tCubed, the leading indie dev studio for putting strategic twists on classic game? 

More at http://www.PlaytCubed.com/

Version Updates
1.1.1
- Removed storage permission

1.1.0
- Initial Release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Box Size Box Size
ID njcdcnbfdnpbgeknnokdpenhkimaadjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf
คำอธิบาย Opt to perfectly size the box, or fall through an endless pit :)
ขนาดไฟล์ 2.48 MB
จำนวนการติดตั้ง 1,345
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2022-12-18
วันที่เผยแพร่ 2020-12-22
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา 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' 'unsafe-eval'; object-src 'self';",
    "name": "Box Size",
    "description": "Opt to perfectly size the box, or fall through an endless pit :)",
    "version": "1.1.1",
    "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\/*"
    ]
}