Box Size
Opt to perfectly size the box, or fall through an endless pit :)
ما هو Box Size؟
Box Size هو إضافة Chrome تم تطويرها بواسطة https://www.playtcubed.com، والميزة الرئيسية لها هي "Opt to perfectly size the box, or fall through an endless pit :)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Box Size
قم بتنزيل ملفات الامتداد Box Size بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | http://www.playtcubed.com |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |