WebChats Incognito mode

Blur out your private conversations on multiple web chat clients

ما هو WebChats Incognito mode؟

WebChats Incognito mode هو إضافة Chrome تم تطويرها بواسطة dcohenb، والميزة الرئيسية لها هي "Blur out your private conversations on multiple web chat clients".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة WebChats Incognito mode

قم بتنزيل ملفات الامتداد WebChats Incognito mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}