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开发的Chrome扩展程序,该扩展的主要功能是“Simple extension to remove wpp Web Status Button.”。
扩展截图
下载Remove wpp Web Status Button - UNOFFICIAL扩展crx文件
下载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 |
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" ] } ] } |