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 |
| Eメール | [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\/*"
]
}
]
} | |