Bricks Game for Chrome
You can play the fun Bricks game on your browser.
Bricks Game for Chromeคืออะไร?
Bricks Game for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย feepGames Cube และคุณลักษณะหลักของมันคือ "You can play the fun Bricks game on your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bricks Game for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Bricks Game for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bricks Game for Chrome is a highly addictive 3D retro game. Make order out of chaos, arrange the blocks(bricks) and destroy the layers perfectly by using one piece. How far can you go? How high can you reach? Play it now and have your name in the leaderboard! Bricks Game can provide a fresh and engaging experience for fans of arcade games, providing a unique and addictive challenge for players. Bricks Game for Chrome is an extension to play the game offline. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bricks Game for Chrome |
ID | nidhagoeookeknkclehbokpcjnlmpeof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bricks-game-for-chrome/nidhagoeookeknkclehbokpcjnlmpeof |
คำอธิบาย | You can play the fun Bricks game on your browser. |
ขนาดไฟล์ | 1.41 MB |
จำนวนการติดตั้ง | 3,619 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2023-08-31 |
วันที่เผยแพร่ | 2023-06-27 |
ผู้พัฒนา | feepGames Cube |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/e/2PACX-1vR1YwbpQ_CwXliGxtPRhW92iOFzgeDYz07lFzi4u_7_NTsV8aCkxjAFBnGYHnsq_XmjcgEvKtu7_Hqf/pub |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,hi,bn,ta,ml,th,am-ET,ar,zh-CN,zh-TW,ko |
manifest.json | |
{ "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "description": "__MSG_appDesc__", "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "cont.js" ] } ], "permissions": [ "storage", "alarms" ], "action": { "default_icon": { "128": "128.png" }, "default_title": "Brick Game" }, "version": "1.1.5", "icons": { "128": "128.png" }, "host_permissions": [ "https:\/\/*\/*" ], "minimum_chrome_version": "90", "web_accessible_resources": [ { "resources": [ "js\/*" ], "matches": [ "https:\/\/*\/*" ] } ], "name": "__MSG_appName__" } |