WhatsApp Privacy Filter

Privacy Filter for WhatsApp Web

WhatsApp Privacy Filter란 무엇입니까?

WhatsApp Privacy Filter은(는) Karcan Ozbal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Privacy Filter for WhatsApp Web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WhatsApp Privacy Filter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        WhatsApp Privacy Filter

It provides privacy with blurring feature for WhatsApp Web ,
It is a harmless extension that open source.

GitHub: https://github.com/karcan/WhatsApp-Privacy-Filter
Patreon: https://www.patreon.com/karcan                    

확장 프로그램 기본 정보

이름 WhatsApp Privacy Filter WhatsApp Privacy Filter
ID ahfpnoapkdejcnemjejdfnipdjjbkkhg
공식 URL https://chromewebstore.google.com/detail/whatsapp-privacy-filter/ahfpnoapkdejcnemjejdfnipdjjbkkhg
설명 Privacy Filter for WhatsApp Web
파일 크기 29.72 KB
설치 횟수 118
현재 버전 2.3
최근 업데이트 2023-04-22
출시 날짜 2023-04-19
평점 5.00/5 총 1 개의 평점
개발자 Karcan Ozbal
이메일 [email protected]
결제 유형 free
지원되는 언어 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_title__",
    "description": "__MSG_app_description__",
    "short_name": "__MSG_app_title_short__",
    "default_locale": "en",
    "version": "2.3",
    "background": {
        "service_worker": "app\/background\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "app\/public\/logo-new.png",
        "48": "app\/public\/logo-new.png",
        "128": "app\/public\/logo-new.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*"
    ],
    "action": {
        "default_icon": "app\/public\/logo-new.png",
        "default_popup": "app\/public\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app\/background\/contentScripts\/content.js",
                "app\/background\/contentStyles\/blur\/chatBoxMessageBox.css",
                "app\/background\/contentStyles\/blur\/chatBoxTitle.css",
                "app\/background\/contentStyles\/blur\/myAvatar.css",
                "app\/background\/contentStyles\/blur\/recentMessageAvatar.css",
                "app\/background\/contentStyles\/blur\/recentMessageContent.css",
                "app\/background\/contentStyles\/screen\/fullScreen.css"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/*"
        ]
    }
}