Hide for WhatsApp Web

Hide media, messages, names and more in your WhatsApp for Web.

Hide for WhatsApp Web란 무엇입니까?

Hide for WhatsApp Web은(는) juanpablob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide media, messages, names and more in your WhatsApp for Web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hide for WhatsApp Web 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Prevent people from snooping into your conversations while you are in public places or at work: Hide messages, photos, videos, messages, name, profile pictures until you hover them!                    

확장 프로그램 기본 정보

이름 Hide for WhatsApp Web Hide for WhatsApp Web
ID bnpcgmlflabllfclmpnelffknmabanfj
공식 URL https://chromewebstore.google.com/detail/hide-for-whatsapp-web/bnpcgmlflabllfclmpnelffknmabanfj
설명 Hide media, messages, names and more in your WhatsApp for Web.
파일 크기 106 KB
설치 횟수 581
현재 버전 1.1
최근 업데이트 2022-07-04
출시 날짜 2022-05-03
평점 5.00/5 총 1 개의 평점
개발자 juanpablob
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,es,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide for WhatsApp Web",
    "description": "__MSG_appDescription__",
    "version": "1.1",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.6.0.min.js",
                "scripts\/index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/serviceWorker.js"
    },
    "action": {
        "default_title": "Hide for WhatsApp Web Settings",
        "default_popup": "settings.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    }
}