Privacy Guard & Manager

Easily control settings in your browser to improve your privacy.

什么是Privacy Guard & Manager?

Privacy Guard & Manager是由Yubi开发的Chrome扩展程序,该扩展的主要功能是“Easily control settings in your browser to improve your privacy.”。

扩展截图

screenshot

下载Privacy Guard & Manager扩展crx文件

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

扩展使用说明

                        Privacy Guard & Manager is a browser extension that helps you increase your privacy by adjusting a few privacy settings in your browser.

Please open the toolbar popup UI to see the list of available settings (around 15 items in total depending on your browser version). Each set has a drop-down list; click on the list to choose the desired value for that item. Once an item is changed, it will be saved to the memory automatically. Moreover, when you hover on any item within the toolbar popup, a description is shown at the bottom of the UI. Please read this description before changing any option.

Note: you may see less/more than 15 items in the popup. This is due to the browser or OS version. Some items may become available or be removed in the future updates of your browser.

Note: To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/privacy-guard.html).                    

扩展基本信息

名称 Privacy Guard & Manager Privacy Guard & Manager
ID fnodegploiacnbekfkhflfmgmpncjjib
官方URL https://chromewebstore.google.com/detail/privacy-guard-manager/fnodegploiacnbekfkhflfmgmpncjjib
简介 Easily control settings in your browser to improve your privacy.
文件大小 34.69 KB
安装次数 1,000
当前版本 0.1.4
更新时间 2023-08-24
上架时间 2019-10-20
评分 4.00/5 共1次评分
开发者 Yubi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mybrowseraddon.com/privacy-guard.html
帮助页面URL https://mybrowseraddon.com/privacy-guard.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Privacy Guard & Manager",
    "permissions": [
        "storage",
        "privacy"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/privacy-guard.html",
    "description": "Easily control settings in your browser to improve your privacy.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Privacy Guard & Manager",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}