Remove wpp Web Status Button - UNOFFICIAL

Simple extension to remove wpp Web Status Button.

Remove wpp Web Status Button - UNOFFICIAL là gì?

Remove wpp Web Status Button - UNOFFICIAL là một tiện ích mở rộng Chrome được phát triển bởi Nijama, và tính năng chính của nó là "Simple extension to remove wpp Web Status Button.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove wpp Web Status Button - UNOFFICIAL

Tải xuống các tệp mở rộng Remove wpp Web Status Button - UNOFFICIAL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove wpp Web Status Button - UNOFFICIAL Remove wpp Web Status Button - UNOFFICIAL
ID aojnkbieledkkkhhecdedjmhncmngjbb
URL Chính Thức https://chromewebstore.google.com/detail/remove-wpp-web-status-but/aojnkbieledkkkhhecdedjmhncmngjbb
Mô tả Simple extension to remove wpp Web Status Button.
Kích Thước Tệp 13.83 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2022-06-29
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Nijama
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kiinTheDovah/Chrome-Extensions/tree/main/Remove-wpp-status-button
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}