WebChats Incognito mode
Blur out your private conversations on multiple web chat clients
Qu'est-ce que WebChats Incognito mode ?
WebChats Incognito mode est une extension Chrome développée par dcohenb, et sa fonction principale est "Blur out your private conversations on multiple web chat clients".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebChats Incognito mode
Téléchargez les fichiers d'extension WebChats Incognito mode 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
Put you online chats into incognito mode and hide your activity from people passing by your computer. It will hide all content on screen showing it only when you hover with your mouse over it. Simple and effective. Currently supported chats: whatsapp, facebook & telegram
Informations de Base sur l'Extension
Nom | WebChats Incognito mode |
ID | lapmmaaniipbdelgagpdaplgfagojkfo |
URL Officiel | https://chromewebstore.google.com/detail/webchats-incognito-mode/lapmmaaniipbdelgagpdaplgfagojkfo |
Description | Blur out your private conversations on multiple web chat clients |
Taille du Fichier | 69.52 KB |
Nombre d'Installations | 8,704 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2018-03-24 |
Date de Publication | 2018-03-24 |
Évaluation | 3.74/5 Total 47 Évaluations |
Développeur | dcohenb |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebChats Incognito mode", "short_name": "WebChats Incognito", "version": "1.0.8", "manifest_version": 2, "description": "Blur out your private conversations on multiple web chat clients", "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "cs_0.js" ], "run_at": "document_end", "css": [ "cs_0s.css" ] }, { "matches": [ "https:\/\/www.messenger.com\/*" ], "js": [ "cs_1.js" ], "run_at": "document_end", "css": [ "cs_1s.css" ] }, { "matches": [ "https:\/\/web.telegram.org\/*" ], "js": [ "cs_2.js" ], "run_at": "document_end", "css": [ "cs_2s.css" ] } ], "web_accessible_resources": [ "img\/*" ], "background": { "scripts": [ "bg.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "author": "Daniel Cohen |