Box Size

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

什么是Box Size?

Box Size是由https://www.playtcubed.com开发的Chrome扩展程序,该扩展的主要功能是“Opt to perfectly size the box, or fall through an endless pit :)”。

扩展截图

screenshot

下载Box Size扩展crx文件

下载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\/*"
    ]
}