Remove wpp Web Status Button - UNOFFICIAL
Simple extension to remove wpp Web Status Button.
¿Qué es Remove wpp Web Status Button - UNOFFICIAL?
Remove wpp Web Status Button - UNOFFICIAL es una extensión de Chrome desarrollada por Nijama, y su función principal es "Simple extension to remove wpp Web Status Button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Remove wpp Web Status Button - UNOFFICIAL
Descarga archivos de extensión Remove wpp Web Status Button - UNOFFICIAL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
::: Warning 👉 **Please note that this extension is not related to or associated with WhatsApp or Meta in any way.** ::: This extension is for people who suffer from neurodivergence and have troubles concentrating🥺🥹 (like ADHD) If you have ever been distracted by wpp statuses on the web version, this extension is for you. It hides the wpp Web Status Button to avoid being distracted by the small notification icon from the numerous statuses that are impossible to mute. After installation, reload the page to activate the extension. **No information is collected and the extension does not contain ads.** You can view the source code for this extension here: https://github.com/nijamaDev/Chrome-Extensions/tree/main/Remove-wpp-status-button If you find this extension useful, please consider donating at: https://paypal.me/nJaramilloM
Información Básica de la Extensión
Nombre | Remove wpp Web Status Button - UNOFFICIAL |
ID | aojnkbieledkkkhhecdedjmhncmngjbb |
URL Oficial | https://chromewebstore.google.com/detail/remove-wpp-web-status-but/aojnkbieledkkkhhecdedjmhncmngjbb |
Descripción | Simple extension to remove wpp Web Status Button. |
Tamaño del Archivo | 13.83 KB |
Cantidad de Instalaciones | 81 |
Versión Actual | 1.1 |
Última Actualización | 2023-05-03 |
Fecha de Publicación | 2022-06-29 |
Calificación | 4.86/5 Total de 7 Calificaciones |
Desarrollador | Nijama |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/kiinTheDovah/Chrome-Extensions/tree/main/Remove-wpp-status-button |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove wpp Web Status Button - UNOFFICIAL", "description": "Simple extension to remove wpp Web Status Button.", "version": "1.1", "icons": { "16": "\/Icons\/icon-16.png", "48": "\/Icons\/icon-48.png", "128": "\/Icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "\/remove-wpp-status.js" ] } ] } |