WhiteBox
WhiteBox - A simple, clean and discrete chatting platform
WhiteBoxคืออะไร?
WhiteBox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whiteboxchat.com และคุณลักษณะหลักของมันคือ "WhiteBox - A simple, clean and discrete chatting platform"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhiteBox
ดาวน์โหลดไฟล์ส่วนขยาย WhiteBox ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WhiteBox enables you to chat with your friends effortlessly and discretely. Web Version: whiteboxchat.com WhiteBox features: - Send messages to friends or groups instantly - Play clasic games like tetris and 2048 and compete with friends on a leaderboard! - Challenge your friends to a game of chess or mega tic tac toe in just a few clicks! - Enable transparent mode for when you don't want others to see you chatting - Light, dark and custom themes to personalize your experience
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WhiteBox |
ID | ladomjdmipndjikefjafgemmlnhkhagc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whitebox/ladomjdmipndjikefjafgemmlnhkhagc |
คำอธิบาย | WhiteBox - A simple, clean and discrete chatting platform |
ขนาดไฟล์ | 1.61 MB |
จำนวนการติดตั้ง | 23,342 |
เวอร์ชันปัจจุบัน | 2.0.44 |
อัปเดตครั้งล่าสุด | 2023-05-11 |
วันที่เผยแพร่ | 2020-05-06 |
คะแนน | 4.75/5 รวมทั้งหมด 155 คะแนน |
ผู้พัฒนา | https://whiteboxchat.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://whiteboxchat.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhiteBox", "version": "2.0.44", "author": "Joshua Bird", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_popup": "main.html", "default_icon": "chat-icon.png", "default_title": "WhiteBox" }, "permissions": [ "storage", "activeTab" ], "optional_permissions": [ "https:\/\/www.jblrd.com\/" ], "background": { "scripts": [ "vendors\/sse.js", "background.js" ] }, "description": "WhiteBox - A simple, clean and discrete chatting platform" } |