WhiteBox
WhiteBox - A simple, clean and discrete chatting platform
Cos'è WhiteBox?
WhiteBox è un'estensione di Chrome sviluppata da https://whiteboxchat.com, e la sua funzione principale è "WhiteBox - A simple, clean and discrete chatting platform".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhiteBox
Scarica i file di estensione WhiteBox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | WhiteBox |
ID | ladomjdmipndjikefjafgemmlnhkhagc |
URL Ufficiale | https://chromewebstore.google.com/detail/whitebox/ladomjdmipndjikefjafgemmlnhkhagc |
Descrizione | WhiteBox - A simple, clean and discrete chatting platform |
Dimensione del File | 1.61 MB |
Conteggio Installazioni | 23,342 |
Versione Corrente | 2.0.44 |
Ultimo Aggiornamento | 2023-05-11 |
Data di Pubblicazione | 2020-05-06 |
Valutazione | 4.75/5 Totale 155 Valutazioni |
Sviluppatore | https://whiteboxchat.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://whiteboxchat.com/privacy-policy |
Lingue Supportate | 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" } |