WhiteBox

WhiteBox - A simple, clean and discrete chatting platform

WhiteBox란 무엇입니까?

WhiteBox은(는) https://whiteboxchat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WhiteBox - A simple, clean and discrete chatting platform"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WhiteBox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}