Box Size

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

Was ist Box Size?

Box Size ist eine Chrome-Erweiterung, die von https://www.playtcubed.com entwickelt wurde, und ihr Hauptmerkmal ist "Opt to perfectly size the box, or fall through an endless pit :)".

Erweiterungsscreenshots

screenshot

Box Size-Erweiterungs-CRX-Datei herunterladen

Laden Sie Box Size-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Box Size Box Size
ID njcdcnbfdnpbgeknnokdpenhkimaadjf
Offizielle URL https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf
Beschreibung Opt to perfectly size the box, or fall through an endless pit :)
Dateigröße 2.48 MB
Installationsanzahl 1,345
Aktuelle Version 1.1.1
Letztes Update 2022-12-18
Veröffentlichungsdatum 2020-12-22
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler https://www.playtcubed.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.playtcubed.com
Hilfeseite URL http://www.playtcubed.com
URL der Datenschutzrichtlinien-Seite https://playtcubed.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}