CubeChat
A simple online chat service where you can move your cube while chatting with others.
CubeChatคืออะไร?
CubeChat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Economical Studios และคุณลักษณะหลักของมันคือ "A simple online chat service where you can move your cube while chatting with others."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CubeChat
ดาวน์โหลดไฟล์ส่วนขยาย CubeChat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CubeChat is an extension where you can move your cube around the screen while chatting with other players. Keep track of how far you have moved your cube, and compete for the most distance moved!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CubeChat |
ID | cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cubechat/cacmeeiphkcjmcbfgjnmkbhdjcceiifg |
คำอธิบาย | A simple online chat service where you can move your cube while chatting with others. |
ขนาดไฟล์ | 48.93 KB |
จำนวนการติดตั้ง | 245 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-10-04 |
วันที่เผยแพร่ | 2019-10-03 |
คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Economical Studios |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CubeChat", "short_name": "CubeChat", "version": "1.0", "description": "A simple online chat service where you can move your cube while chatting with others.", "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logos\/cubechat.png", "32": "images\/logos\/cubechat.png", "48": "images\/logos\/cubechat.png", "128": "images\/logos\/cubechat.png" } }, "icons": { "16": "images\/logos\/cubechat.png", "32": "images\/logos\/cubechat.png", "48": "images\/logos\/cubechat.png", "128": "images\/logos\/cubechat.png" }, "manifest_version": 2 } |