Privacy Extension for WhatsApp Privacy

Privacy Extension for WhatsApp Privacy

什麼是Privacy Extension for WhatsApp Privacy?

Privacy Extension for WhatsApp Privacy是由luteyguillory8j3開發的Chrome擴展程式,該擴展的主要功能是“Privacy Extension for WhatsApp Privacy”。

擴展截圖

screenshot

下載Privacy Extension for WhatsApp Privacy擴展crx文件

下載Privacy Extension for WhatsApp Privacy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hide messages, images, account profile on WhatsApp screen to keep your privacy.
Hide WA messages or images as you wish, we offer you a private WA. It increases your WA Chrome privacy in public areas by bluring contents only if you hover the content with your cursor.

How to hide messages?  You could toggle different setting on the WhatsApp privacy extension in order to meets your personal needs.

Features:
- Blur messages in chat.
- Blur message preview on the left of wa screen.
- Blur media preview on screen including all images, videos, stickers that are apart from the text.
- Blur profile pictures.
- Hover to reveal certain content that you need
------------------------------------------
LEGAL
------------------------------------------
WhatsApp is a trademark of WhatsApp Inc. registered in the U.S. and other countries. WAPlus is an independent project and has no relationship to WhatsApp.                    

擴展基本資訊

名稱 Privacy Extension for WhatsApp Privacy Privacy Extension for WhatsApp Privacy
ID cgipcgghboamefelooajpiabilddemlh
官方網址 https://chromewebstore.google.com/detail/privacy-extension-for-wha/cgipcgghboamefelooajpiabilddemlh
簡介 Privacy Extension for WhatsApp Privacy
檔案大小 3.68 MB
安裝次數 147,843
目前版本 1.0.36
更新時間 2024-01-30
上架時間 2022-05-16
評分 3.94/5 共 77 次評分
開發者 luteyguillory8j3
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1JXXrAYfMfOkaB_NsLneMQehvoOuXM13cUjADrBPFtrk/edit
支援的語言 id,de,en,en-GB,en-US,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extDesc__",
    "homepage_url": "https:\/\/web.whatsapp.com\/",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "load.js",
                "content-script.js",
                "drainage-module.js",
                "redirect-link.js"
            ],
            "css": [
                "css\/wa-attach.css"
            ],
            "extension_ids": [
                "cgipcgghboamefelooajpiabilddemlh"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "css\/*",
                "fonts\/*",
                "img\/*",
                "icons\/*",
                "inject-scripts\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "images\/*"
            ],
            "extension_ids": [
                "cgipcgghboamefelooajpiabilddemlh"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.0.36"
}