Total Privacy For WhatsApp Web

Blur and Hides your messages until you hover over them.

ما هو Total Privacy For WhatsApp Web؟

Total Privacy For WhatsApp Web هو إضافة Chrome تم تطويرها بواسطة https://kirwako.com، والميزة الرئيسية لها هي "Blur and Hides your messages until you hover over them.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Total Privacy For WhatsApp Web

قم بتنزيل ملفات الامتداد Total Privacy For WhatsApp Web بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Blur and Hides your messages until you hover over them.

To get total privacy in public spaces this extension blurs your messages as well as other content and only reveals one when you hover over it with your mouse cursor. Additionally, you can quickly toggle all effects by using a keyboard shortcut or by clicking the toggle button in the extension menu.

It adapts to your needs by letting you decide which elements you want to blur. Your options:
- Blurs all messages in the current chat.
- Blurs message previews on the left.
- Blurs all messages unless last 3 messages.
- Blurs all images, videos, stickers, ... in separation from the text.
- Blurs all small icons of images, videos, ... while viewing an image, video, ...
- Makes the color in your input field lighter to make it hard to read.
- Blurs all profile pictures.
- Blurs all groups and users names.
- Allows you to turn off the delay before revealing an item on hover.
- Unblur all elements when you hover over.

Quick Toggle: Use the keyboard shortcut to quickly toggle the extension on or off (Default: Alt+X). To change this navigate to: "chrome://extensions/shortcuts"

---
This extension does not collect information about you or your messages. Visit the privacy policy to learn more.

WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. This extension is an independent project developed by Imran Baali and has no relationship to WhatsApp or WhatsApp Inc.                    

معلومات أساسية عن التمديد

الاسم Total Privacy For WhatsApp Web Total Privacy For WhatsApp Web
ID ahfbjljipkpgbknoognlpekjkpmibgkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/total-privacy-for-whatsap/ahfbjljipkpgbknoognlpekjkpmibgkf
الوصف Blur and Hides your messages until you hover over them.
حجم الملف 21.81 KB
عدد التثبيتات 578
النسخة الحالية 1.0.5
آخر تحديث 2023-05-01
تاريخ النشر 2022-12-13
تقييم 5.00/5 مجموع تقييمات 3
المطور https://kirwako.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://old.kirwako.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Total Privacy For WhatsApp Web",
    "version": "1.0.5",
    "description": "Blur and Hides your messages until you hover over them.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/statusOn.png",
                "images\/statusOff.png",
                "css\/messages.css",
                "css\/messagesPreview.css",
                "css\/lastMessages.css",
                "css\/mediaPreview.css",
                "css\/mediaGallery.css",
                "css\/textInput.css",
                "css\/profilePic.css",
                "css\/name.css",
                "css\/noDelay.css",
                "css\/unblurActive.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "load.js"
            ]
        }
    ],
    "action": {
        "default_title": "Total Privacy For WhatsApp Web",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Toggle On\/Off"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}