Box Size

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

Co to jest Box Size?

Box Size to rozszerzenie Chrome opracowane przez https://www.playtcubed.com, a jego główną funkcją jest „Opt to perfectly size the box, or fall through an endless pit :)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Box Size

Pobierz pliki rozszerzeń Box Size w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Box Size Box Size
ID njcdcnbfdnpbgeknnokdpenhkimaadjf
Oficjalny URL https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf
Opis Opt to perfectly size the box, or fall through an endless pit :)
Rozmiar pliku 2.48 MB
Liczba instalacji 1,345
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2022-12-18
Data Publikacji 2020-12-22
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper https://www.playtcubed.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.playtcubed.com
Adres URL Strony Pomocy http://www.playtcubed.com
Adres URL Strony Polityki Prywatności https://playtcubed.com/privacy-policy
Obsługiwane Języki 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\/*"
    ]
}