Remove wpp Web Status Button - UNOFFICIAL

Simple extension to remove wpp Web Status Button.

Τι είναι το Remove wpp Web Status Button - UNOFFICIAL;

Το Remove wpp Web Status Button - UNOFFICIAL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nijama, και η κύρια λειτουργία του είναι "Simple extension to remove wpp Web Status Button.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Remove wpp Web Status Button - UNOFFICIAL

Λήψη αρχείων επέκτασης Remove wpp Web Status Button - UNOFFICIAL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Remove wpp Web Status Button - UNOFFICIAL Remove wpp Web Status Button - UNOFFICIAL
ID aojnkbieledkkkhhecdedjmhncmngjbb
Επίσημο URL https://chromewebstore.google.com/detail/remove-wpp-web-status-but/aojnkbieledkkkhhecdedjmhncmngjbb
Περιγραφή Simple extension to remove wpp Web Status Button.
Μέγεθος Αρχείου 13.83 KB
Αριθμός Εγκαταστάσεων 81
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-05-03
Ημερομηνία Δημοσίευσης 2022-06-29
Αξιολόγηση 4.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Nijama
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kiinTheDovah/Chrome-Extensions/tree/main/Remove-wpp-status-button
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}