WebChats Incognito mode

Blur out your private conversations on multiple web chat clients

WebChats Incognito mode là gì?

WebChats Incognito mode là một tiện ích mở rộng Chrome được phát triển bởi dcohenb, và tính năng chính của nó là "Blur out your private conversations on multiple web chat clients".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebChats Incognito mode

Tải xuống các tệp mở rộng WebChats Incognito mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebChats Incognito mode WebChats Incognito mode
ID lapmmaaniipbdelgagpdaplgfagojkfo
URL Chính Thức https://chromewebstore.google.com/detail/webchats-incognito-mode/lapmmaaniipbdelgagpdaplgfagojkfo
Mô tả Blur out your private conversations on multiple web chat clients
Kích Thước Tệp 69.52 KB
Số Lần Cài Đặt 8,704
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2018-03-24
Ngày Phát Hành 2018-03-24
Đánh Giá 3.74/5 Tổng số 47 Đánh Giá
Nhà Phát Triển dcohenb
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}