WhiteBox

WhiteBox - A simple, clean and discrete chatting platform

Co je WhiteBox?

WhiteBox je rozšíření Chrome vyvinuté https://whiteboxchat.com, a jeho hlavní funkcí je „WhiteBox - A simple, clean and discrete chatting platform“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WhiteBox

Stáhněte si soubory rozšíření WhiteBox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název WhiteBox WhiteBox
ID ladomjdmipndjikefjafgemmlnhkhagc
Oficiální URL https://chromewebstore.google.com/detail/whitebox/ladomjdmipndjikefjafgemmlnhkhagc
Popis WhiteBox - A simple, clean and discrete chatting platform
Velikost souboru 1.61 MB
Počet instalací 23,342
Aktuální Verze 2.0.44
Poslední Aktualizace 2023-05-11
Datum Vydání 2020-05-06
Hodnocení 4.75/5 Celkem 155 Hodnocení
Vývojář https://whiteboxchat.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://whiteboxchat.com/privacy-policy
Podporované Jazyky 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"
}