Remove wpp Web Status Button - UNOFFICIAL
Simple extension to remove wpp Web Status Button.
O que é Remove wpp Web Status Button - UNOFFICIAL?
Remove wpp Web Status Button - UNOFFICIAL é uma extensão do Chrome desenvolvida por Nijama, e sua principal característica é "Simple extension to remove wpp Web Status Button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Remove wpp Web Status Button - UNOFFICIAL
Baixe arquivos de extensão Remove wpp Web Status Button - UNOFFICIAL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
::: 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
Informações Básicas da Extensão
Nome | Remove wpp Web Status Button - UNOFFICIAL |
ID | aojnkbieledkkkhhecdedjmhncmngjbb |
URL Oficial | https://chromewebstore.google.com/detail/remove-wpp-web-status-but/aojnkbieledkkkhhecdedjmhncmngjbb |
Descrição | Simple extension to remove wpp Web Status Button. |
Tamanho do Arquivo | 13.83 KB |
Contagem de Instalações | 81 |
Versão Atual | 1.1 |
Última Atualização | 2023-05-03 |
Data de Publicação | 2022-06-29 |
Classificação | 4.86/5 Total de 7 Avaliações |
Desenvolvedor | Nijama |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kiinTheDovah/Chrome-Extensions/tree/main/Remove-wpp-status-button |
Idiomas Suportados | 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" ] } ] } |