Privacy Settings

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

Privacy Settings क्या है?

Privacy Settings rynu.smith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alter the browser's built-in privacy settings in a toolbar popup"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Privacy Settings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
    }
}