WP Message Text Blur
Blur whatsap messages in chat preview
Co to jest WP Message Text Blur?
WP Message Text Blur to rozszerzenie Chrome opracowane przez https://emreakkaya.org, a jego główną funkcją jest „Blur whatsap messages in chat preview”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WP Message Text Blur
Pobierz pliki rozszerzeń WP Message Text Blur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This plugin blurs the whatsapp web message preview. The active chat does not blurred.
follow us: twitter.com/kuantum_bey Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | abkljlaboekmiiiechgdcchaomkhbaij |
| Oficjalny URL | https://chromewebstore.google.com/detail/wp-message-text-blur/abkljlaboekmiiiechgdcchaomkhbaij |
| Opis | Blur whatsap messages in chat preview |
| Rozmiar pliku | 6.7 KB |
| Liczba instalacji | 3,736 |
| Aktualna Wersja | 3.0.1 |
| Ostatnia Aktualizacja | 2023-07-26 |
| Data Publikacji | 2022-01-30 |
| Ocena | 5.00/5 Łącznie 9 Oceny |
| Deweloper | https://emreakkaya.org |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://emreakkaya.org/hakkimda |
| Adres URL Strony Polityki Prywatności | https://www.bilgeyik.com/sayfa-kullanici-ve-gizlilik-sozlesmesi-7 |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |