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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |