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 Nijama द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension to remove wpp Web Status Button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Remove wpp Web Status Button - UNOFFICIAL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ::: 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"
            ]
        }
    ]
}