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