Box Size

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

Box Size là gì?

Box Size là một tiện ích mở rộng Chrome được phát triển bởi https://www.playtcubed.com, và tính năng chính của nó là "Opt to perfectly size the box, or fall through an endless pit :)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Box Size

Tải xuống các tệp mở rộng Box Size dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Box Size Box Size
ID njcdcnbfdnpbgeknnokdpenhkimaadjf
URL Chính Thức https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf
Mô tả Opt to perfectly size the box, or fall through an endless pit :)
Kích Thước Tệp 2.48 MB
Số Lần Cài Đặt 1,345
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-12-18
Ngày Phát Hành 2020-12-22
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.playtcubed.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.playtcubed.com
URL Trang Trợ Giúp http://www.playtcubed.com
URL Trang Chính Sách Bảo Mật https://playtcubed.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}