WhiteBox

WhiteBox - A simple, clean and discrete chatting platform

Qu'est-ce que WhiteBox ?

WhiteBox est une extension Chrome développée par https://whiteboxchat.com, et sa fonction principale est "WhiteBox - A simple, clean and discrete chatting platform".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WhiteBox

Téléchargez les fichiers d'extension WhiteBox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom WhiteBox WhiteBox
ID ladomjdmipndjikefjafgemmlnhkhagc
URL Officiel https://chromewebstore.google.com/detail/whitebox/ladomjdmipndjikefjafgemmlnhkhagc
Description WhiteBox - A simple, clean and discrete chatting platform
Taille du Fichier 1.61 MB
Nombre d'Installations 23,342
Version Actuelle 2.0.44
Dernière Mise à Jour 2023-05-11
Date de Publication 2020-05-06
Évaluation 4.75/5 Total 155 Évaluations
Développeur https://whiteboxchat.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://whiteboxchat.com/privacy-policy
Langues Prises en Charge 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"
}