Whatsapp Text Blur

Blur messages in chat preview

What is Whatsapp Text Blur?

Whatsapp Text Blur is a Chrome extension developed by Emre AKKAYA, and its main feature is "Blur messages in chat preview".

Extension Screenshots

screenshot
screenshot

Download Whatsapp Text Blur Extension CRX File

Download Whatsapp Text Blur extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This plugin blurs the whatsapp web preview. The active chat does not blurred.


follow us: twitter.com/kuantum_bey                    

Extension Basic Information

Name Whatsapp Text Blur Whatsapp Text Blur
ID jeiijbmhcngililkbhcldhkgmeehmjdk
Official URL https://chrome.google.com/webstore/detail/whatsapp-text-blur/jeiijbmhcngililkbhcldhkgmeehmjdk
Description Blur messages in chat preview
File Size 27.01 KB
Installation Count 5,000
Current Version 1.3.3
Last Updated 2021-11-18
Publish Date 2020-06-24
Rating 4.67/5 Total 6 Ratings
Developer Emre AKKAYA
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.bilgeyik.com/sayfa-kullanici-ve-gizlilik-sozlesmesi-7
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Text Blur",
    "short_name": "Whatsapp Text Blur",
    "version": "1.3.3",
    "description": "Blur messages in chat preview",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "content_scripts": [
        {
            "css": [
                "wtb.css"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}