WebChats Incognito mode

Blur out your private conversations on multiple web chat clients

什么是WebChats Incognito mode?

WebChats Incognito mode是由dcohenb开发的Chrome扩展程序,该扩展的主要功能是“Blur out your private conversations on multiple web chat clients”。

扩展截图

screenshot
screenshot

下载WebChats Incognito mode扩展crx文件

下载WebChats Incognito mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 WebChats Incognito mode WebChats Incognito mode
ID lapmmaaniipbdelgagpdaplgfagojkfo
官方URL https://chromewebstore.google.com/detail/webchats-incognito-mode/lapmmaaniipbdelgagpdaplgfagojkfo
简介 Blur out your private conversations on multiple web chat clients
文件大小 69.52 KB
安装次数 8,704
当前版本 1.0.8
更新时间 2018-03-24
上架时间 2018-03-24
评分 3.74/5 共47次评分
开发者 dcohenb
电子邮箱 [email protected]
付费类型 free
支持的语言 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 ",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}