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 |
Eメール | [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" ] } ] } |