Box Size

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

Box Size क्या है?

Box Size https://www.playtcubed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opt to perfectly size the box, or fall through an endless pit :)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Box Size एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Box Size Box Size
ID njcdcnbfdnpbgeknnokdpenhkimaadjf
आधिकारिक URL https://chromewebstore.google.com/detail/box-size/njcdcnbfdnpbgeknnokdpenhkimaadjf
विवरण Opt to perfectly size the box, or fall through an endless pit :)
फ़ाइल का आकार 2.48 MB
स्थापना संख्या 1,345
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2022-12-18
प्रकाशन तिथि 2020-12-22
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://www.playtcubed.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.playtcubed.com
सहायता पृष्ठ URL http://www.playtcubed.com
गोपनीयता नीति पृष्ठ URL https://playtcubed.com/privacy-policy
समर्थित भाषाएँ 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\/*"
    ]
}