Whatsapp Privacy Protector

Keep your messages private and enjoy worry-free communication.

Whatsapp Privacy Protector란 무엇입니까?

Whatsapp Privacy Protector은(는) https://udarax.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep your messages private and enjoy worry-free communication."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Whatsapp Privacy Protector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever found yourself in a virtual meeting on Zoom, MS Teams, or Google Meet, trying to share your screen, and felt a tad overwhelmed by the sea of faces, WhatsApp chats, and messages? Fear not! My nifty Chrome extension is here to save the day.

With this gem, you can easily hide your WhatsApp chat list, messages, and even user profile photos whenever you feel like it (cue the privacy ninja moves). And when you're ready to dive back into the chatter, just unhide with a click. It's that simple! 

Feel free to give it a spin, and if you're up for it, drop a review and comment on here. Much appreciated! 🌟                    

확장 프로그램 기본 정보

이름 Whatsapp Privacy Protector Whatsapp Privacy Protector
ID cneccnkgecmpaddceljcjfhfejflcjjh
공식 URL https://chromewebstore.google.com/detail/whatsapp-privacy-protecto/cneccnkgecmpaddceljcjfhfejflcjjh
설명 Keep your messages private and enjoy worry-free communication.
파일 크기 7.8 KB
설치 횟수 37
현재 버전 2.0.0
최근 업데이트 2023-11-24
출시 날짜 2023-11-17
평점 5.00/5 총 7 개의 평점
개발자 https://udarax.me
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.buymeacoffee.com/ldudaraliym
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/14ee8e8f-363b-4574-b3c6-851a0b80f637
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp Privacy Protector",
    "version": "2.0.0",
    "description": "Keep your messages private and enjoy worry-free communication.",
    "manifest_version": 3,
    "author": "Udara Liyanage",
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png",
        "default_title": "Whatsapp Privacy Protector"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' https:\/\/udarax.me\/; script-src 'self'; object-src 'self';"
    }
}