Box Size

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

Qu'est-ce que Box Size ?

Box Size est une extension Chrome développée par https://www.playtcubed.com, et sa fonction principale est "Opt to perfectly size the box, or fall through an endless pit :)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Box Size

Téléchargez les fichiers d'extension Box Size au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Box Size Box Size
ID njcdcnbfdnpbgeknnokdpenhkimaadjf
URL Officiel https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf
Description Opt to perfectly size the box, or fall through an endless pit :)
Taille du Fichier 2.48 MB
Nombre d'Installations 1,345
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-12-18
Date de Publication 2020-12-22
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://www.playtcubed.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.playtcubed.com
URL de la Page d'Aide http://www.playtcubed.com
URL de la Page de Politique de Confidentialité https://playtcubed.com/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}