Box Size

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

Hvad er Box Size?

Box Size er en Chrome-udvidelse udviklet af https://www.playtcubed.com, og dens hovedfunktion er "Opt to perfectly size the box, or fall through an endless pit :)".

Udvidelsesskærmbilleder

screenshot

Download Box Size-udvidelses-CRX-fil

Download Box Size-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Box Size Box Size
ID njcdcnbfdnpbgeknnokdpenhkimaadjf
Officiel URL https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf
Beskrivelse Opt to perfectly size the box, or fall through an endless pit :)
Filstørrelse 2.48 MB
Antal Installationer 1,345
Nuværende Version 1.1.1
Senest Opdateret 2022-12-18
Udgivelsesdato 2020-12-22
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler https://www.playtcubed.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.playtcubed.com
Hjælpeside-URL http://www.playtcubed.com
URL til Fortrolighedspolitik Side https://playtcubed.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}