Box Size
Opt to perfectly size the box, or fall through an endless pit :)
Box Sizeとは何ですか?
Box Sizeはhttps://www.playtcubed.comによって開発されたChromeの拡張機能で、その主な機能は「Opt to perfectly size the box, or fall through an endless pit :)」です。
拡張機能のスクリーンショット
Box Size拡張機能のCRXファイルをダウンロード
Box Size拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |