WhiteBox
WhiteBox - A simple, clean and discrete chatting platform
Was ist WhiteBox?
WhiteBox ist eine Chrome-Erweiterung, die von https://whiteboxchat.com entwickelt wurde, und ihr Hauptmerkmal ist "WhiteBox - A simple, clean and discrete chatting platform".
Erweiterungsscreenshots
WhiteBox-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhiteBox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | WhiteBox |
ID | ladomjdmipndjikefjafgemmlnhkhagc |
Offizielle URL | https://chromewebstore.google.com/detail/whitebox/ladomjdmipndjikefjafgemmlnhkhagc |
Beschreibung | WhiteBox - A simple, clean and discrete chatting platform |
Dateigröße | 1.61 MB |
Installationsanzahl | 23,342 |
Aktuelle Version | 2.0.44 |
Letztes Update | 2023-05-11 |
Veröffentlichungsdatum | 2020-05-06 |
Bewertung | 4.75/5 Insgesamt 155 Bewertungen |
Entwickler | https://whiteboxchat.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://whiteboxchat.com/privacy-policy |
Unterstützte Sprachen | 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" } |