Box Size
Opt to perfectly size the box, or fall through an endless pit :)
Wat is Box Size?
Box Size is een Chrome-extensie ontwikkeld door https://www.playtcubed.com, en de belangrijkste functie is "Opt to perfectly size the box, or fall through an endless pit :)".
Extensie Screenshots
Download het CRX-bestand van de extensie Box Size
Download Box Size-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Box Size |
ID | njcdcnbfdnpbgeknnokdpenhkimaadjf |
Officiële URL | https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf |
Beschrijving | Opt to perfectly size the box, or fall through an endless pit :) |
Bestandsgrootte | 2.48 MB |
Aantal Installaties | 1,345 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2022-12-18 |
Publicatiedatum | 2020-12-22 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.playtcubed.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.playtcubed.com |
Help Pagina-URL | http://www.playtcubed.com |
URL van de Privacybeleid Pagina | https://playtcubed.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |