Privacy Settings

Alter the browser's built-in privacy settings in a toolbar popup

什么是Privacy Settings?

Privacy Settings是由rynu.smith开发的Chrome扩展程序,该扩展的主要功能是“Alter the browser's built-in privacy settings in a toolbar popup”。

扩展截图

screenshot

下载Privacy Settings扩展crx文件

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

扩展使用说明

                        Privacy Settings extension keeps all the built-in privacy and security related settings in one place. Each setting has a description and you can alter it right from the extension's popup. 

The extension offers the following modes:
1. Manual: The user alters each setting
2. Enhanced Privacy: Automatically change settings to protect the user's privacy while potential website brokage
3. Full Privacy: Try to protect the user's privacy and security with maximum possible level.
4. Default: Reset all the settings to the default values (factory reset)

This extension offers protection on the following categories:
1. network
2. services
3. websites

It can protect the user from webRTC leakage to first party isolation. Also, it can alter how cookies work.


For the complete list of supported settings please visit:
https://add0n.com/privacy-settings.html

For technical bug reports use:
https://github.com/schomery/privacy-settings/                    

扩展基本信息

名称 Privacy Settings Privacy Settings
ID ijadljdlbkfhdoblhaedfgepliodmomj
官方URL https://chromewebstore.google.com/detail/privacy-settings/ijadljdlbkfhdoblhaedfgepliodmomj
简介 Alter the browser's built-in privacy settings in a toolbar popup
文件大小 147 KB
安装次数 2,435
当前版本 0.4.0
更新时间 2022-04-12
上架时间 2019-05-19
评分 4.38/5 共8次评分
开发者 rynu.smith
电子邮箱 [email protected]
付费类型 free
扩展官网 https://add0n.com/privacy-settings.html
帮助页面URL https://add0n.com/privacy-settings.html
隐私政策页面URL https://add0n.com/policies/rynu.smith.txt
支持的语言 en,es,sv,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.4.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "privacy",
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "data\/popup\/index.html"
    },
    "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",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/add0n.com\/privacy-settings.html",
    "commands": {
        "_execute_action": []
    }
}