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 | 
| 官方網址 | 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"
}  |  |