Remove wpp Web Status Button - UNOFFICIAL

Simple extension to remove wpp Web Status Button.

Was ist Remove wpp Web Status Button - UNOFFICIAL?

Remove wpp Web Status Button - UNOFFICIAL ist eine Chrome-Erweiterung, die von Nijama entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension to remove wpp Web Status Button.".

Erweiterungsscreenshots

screenshot
screenshot

Remove wpp Web Status Button - UNOFFICIAL-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove wpp Web Status Button - UNOFFICIAL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Remove wpp Web Status Button - UNOFFICIAL Remove wpp Web Status Button - UNOFFICIAL
ID aojnkbieledkkkhhecdedjmhncmngjbb
Offizielle URL https://chromewebstore.google.com/detail/remove-wpp-web-status-but/aojnkbieledkkkhhecdedjmhncmngjbb
Beschreibung Simple extension to remove wpp Web Status Button.
Dateigröße 13.83 KB
Installationsanzahl 81
Aktuelle Version 1.1
Letztes Update 2023-05-03
Veröffentlichungsdatum 2022-06-29
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler Nijama
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/kiinTheDovah/Chrome-Extensions/tree/main/Remove-wpp-status-button
Unterstützte Sprachen 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"
            ]
        }
    ]
}