Box Size

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

Cos'è Box Size?

Box Size è un'estensione di Chrome sviluppata da https://www.playtcubed.com, e la sua funzione principale è "Opt to perfectly size the box, or fall through an endless pit :)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Box Size

Scarica i file di estensione Box Size in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Box Size Box Size
ID njcdcnbfdnpbgeknnokdpenhkimaadjf
URL Ufficiale https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf
Descrizione Opt to perfectly size the box, or fall through an endless pit :)
Dimensione del File 2.48 MB
Conteggio Installazioni 1,345
Versione Corrente 1.1.1
Ultimo Aggiornamento 2022-12-18
Data di Pubblicazione 2020-12-22
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore https://www.playtcubed.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.playtcubed.com
URL della Pagina di Aiuto http://www.playtcubed.com
URL della Pagina della Politica sulla Privacy https://playtcubed.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}