WebChats Incognito mode
Blur out your private conversations on multiple web chat clients
¿Qué es WebChats Incognito mode?
WebChats Incognito mode es una extensión de Chrome desarrollada por dcohenb, y su función principal es "Blur out your private conversations on multiple web chat clients".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WebChats Incognito mode
Descarga archivos de extensión WebChats Incognito mode en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | WebChats Incognito mode |
ID | lapmmaaniipbdelgagpdaplgfagojkfo |
URL Oficial | https://chromewebstore.google.com/detail/webchats-incognito-mode/lapmmaaniipbdelgagpdaplgfagojkfo |
Descripción | Blur out your private conversations on multiple web chat clients |
Tamaño del Archivo | 69.52 KB |
Cantidad de Instalaciones | 8,704 |
Versión Actual | 1.0.8 |
Última Actualización | 2018-03-24 |
Fecha de Publicación | 2018-03-24 |
Calificación | 3.74/5 Total de 47 Calificaciones |
Desarrollador | dcohenb |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 |