Whatsapp Text Blur
Blur messages in chat preview
什么是Whatsapp Text Blur?
Whatsapp Text Blur是由Emre AKKAYA开发的Chrome扩展程序,该扩展的主要功能是“Blur messages in chat preview”。
扩展截图
下载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
扩展基本信息
名称 | |
ID | jeiijbmhcngililkbhcldhkgmeehmjdk |
官方URL | 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\/*" ] } ] } |