Box Size
Opt to perfectly size the box, or fall through an endless pit :)
¿Qué es Box Size?
Box Size es una extensión de Chrome desarrollada por https://www.playtcubed.com, y su función principal es "Opt to perfectly size the box, or fall through an endless pit :)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Box Size
Descarga archivos de extensión Box Size en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Box Size |
ID | njcdcnbfdnpbgeknnokdpenhkimaadjf |
URL Oficial | https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf |
Descripción | Opt to perfectly size the box, or fall through an endless pit :) |
Tamaño del Archivo | 2.48 MB |
Cantidad de Instalaciones | 1,345 |
Versión Actual | 1.1.1 |
Última Actualización | 2022-12-18 |
Fecha de Publicación | 2020-12-22 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | https://www.playtcubed.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.playtcubed.com |
URL de la Página de Ayuda | http://www.playtcubed.com |
URL de la Página de Política de Privacidad | https://playtcubed.com/privacy-policy |
Idiomas Soportados | 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\/*" ] } |