WhiteBox
WhiteBox - A simple, clean and discrete chatting platform
WhiteBoxとは何ですか?
WhiteBoxはhttps://whiteboxchat.comによって開発されたChromeの拡張機能で、その主な機能は「WhiteBox - A simple, clean and discrete chatting platform」です。
拡張機能のスクリーンショット
WhiteBox拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |