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文件

下载WhatsApp Privacy Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}