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
Eメール [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"
    }
}