WhiteBox
WhiteBox - A simple, clean and discrete chatting platform
WhiteBox क्या है?
WhiteBox https://whiteboxchat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WhiteBox - A simple, clean and discrete chatting platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WhiteBox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |