Remove wpp Web Status Button - UNOFFICIAL

Simple extension to remove wpp Web Status Button.

Qu'est-ce que Remove wpp Web Status Button - UNOFFICIAL ?

Remove wpp Web Status Button - UNOFFICIAL est une extension Chrome développée par Nijama, et sa fonction principale est "Simple extension to remove wpp Web Status Button.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove wpp Web Status Button - UNOFFICIAL

Téléchargez les fichiers d'extension Remove wpp Web Status Button - UNOFFICIAL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ::: 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                    

Informations de Base sur l'Extension

Nom Remove wpp Web Status Button - UNOFFICIAL Remove wpp Web Status Button - UNOFFICIAL
ID aojnkbieledkkkhhecdedjmhncmngjbb
URL Officiel https://chromewebstore.google.com/detail/remove-wpp-web-status-but/aojnkbieledkkkhhecdedjmhncmngjbb
Description Simple extension to remove wpp Web Status Button.
Taille du Fichier 13.83 KB
Nombre d'Installations 81
Version Actuelle 1.1
Dernière Mise à Jour 2023-05-03
Date de Publication 2022-06-29
Évaluation 4.86/5 Total 7 Évaluations
Développeur Nijama
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kiinTheDovah/Chrome-Extensions/tree/main/Remove-wpp-status-button
Langues Prises en Charge 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"
            ]
        }
    ]
}