Whatsapp Text Blur

Blur messages in chat preview

什麼是Whatsapp Text Blur?

Whatsapp Text Blur是由Emre AKKAYA開發的Chrome擴展程式,該擴展的主要功能是“Blur messages in chat preview”。

擴展截圖

screenshot
screenshot

下載Whatsapp Text Blur擴展crx文件

下載Whatsapp Text Blur擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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


follow us: twitter.com/kuantum_bey                    

擴展基本資訊

名稱 Whatsapp Text Blur Whatsapp Text Blur
ID jeiijbmhcngililkbhcldhkgmeehmjdk
官方網址 https://chrome.google.com/webstore/detail/whatsapp-text-blur/jeiijbmhcngililkbhcldhkgmeehmjdk
簡介 Blur messages in chat preview
檔案大小 27.01 KB
安裝次數 5,000
目前版本 1.3.3
更新時間 2021-11-18
上架時間 2020-06-24
評分 4.67/5 共 6 次評分
開發者 Emre AKKAYA
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.bilgeyik.com/sayfa-kullanici-ve-gizlilik-sozlesmesi-7
支援的語言 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\/*"
            ]
        }
    ]
}