Box Size
Opt to perfectly size the box, or fall through an endless pit :)
What is Box Size?
Box Size is a Chrome extension developed by https://www.playtcubed.com, and its main feature is "Opt to perfectly size the box, or fall through an endless pit :)".
Extension Screenshots
Download Box Size Extension CRX File
Download Box Size extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Box Size |
ID | njcdcnbfdnpbgeknnokdpenhkimaadjf |
Official URL | https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf |
Description | Opt to perfectly size the box, or fall through an endless pit :) |
File Size | 2.48 MB |
Installation Count | 1,345 |
Current Version | 1.1.1 |
Last Updated | 2022-12-18 |
Publish Date | 2020-12-22 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://www.playtcubed.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.playtcubed.com |
Help Page URL | http://www.playtcubed.com |
Privacy Policy Page URL | https://playtcubed.com/privacy-policy |
Supported Languages | 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\/*" ] } |