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
Eメール [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": []
    }
}