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 | 
| 电子邮箱 | [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"
}  |  |