WebChats Incognito mode
Blur out your private conversations on multiple web chat clients
Hvad er WebChats Incognito mode?
WebChats Incognito mode er en Chrome-udvidelse udviklet af dcohenb, og dens hovedfunktion er "Blur out your private conversations on multiple web chat clients".
Udvidelsesskærmbilleder
Download WebChats Incognito mode-udvidelses-CRX-fil
Download WebChats Incognito mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | WebChats Incognito mode |
ID | lapmmaaniipbdelgagpdaplgfagojkfo |
Officiel URL | https://chromewebstore.google.com/detail/webchats-incognito-mode/lapmmaaniipbdelgagpdaplgfagojkfo |
Beskrivelse | Blur out your private conversations on multiple web chat clients |
Filstørrelse | 69.52 KB |
Antal Installationer | 8,704 |
Nuværende Version | 1.0.8 |
Senest Opdateret | 2018-03-24 |
Udgivelsesdato | 2018-03-24 |
Bedømmelse | 3.74/5 Samlet 47 Bedømmelser |
Udvikler | dcohenb |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 |