WP Message Text Blur
Blur whatsap messages in chat preview
什么是WP Message Text Blur?
WP Message Text Blur是由https://emreakkaya.org开发的Chrome扩展程序,该扩展的主要功能是“Blur whatsap messages in chat preview”。
扩展截图
下载WP Message Text Blur扩展crx文件
下载WP Message Text Blur扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin blurs the whatsapp web message preview. The active chat does not blurred.
follow us: twitter.com/kuantum_bey 扩展基本信息
| 名称 | |
| ID | abkljlaboekmiiiechgdcchaomkhbaij |
| 官方URL | https://chromewebstore.google.com/detail/wp-message-text-blur/abkljlaboekmiiiechgdcchaomkhbaij |
| 简介 | Blur whatsap messages in chat preview |
| 文件大小 | 6.7 KB |
| 安装次数 | 3,736 |
| 当前版本 | 3.0.1 |
| 更新时间 | 2023-07-26 |
| 上架时间 | 2022-01-30 |
| 评分 | 5.00/5 共9次评分 |
| 开发者 | https://emreakkaya.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://emreakkaya.org/hakkimda |
| 隐私政策页面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": 3,
"name": "WP Message Text Blur",
"short_name": "WP Message Text Blur",
"version": "3.0.1",
"description": "Blur whatsap 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\/*"
]
}
]
} | |