Privacy Settings
Alter the browser's built-in privacy settings in a toolbar popup
Τι είναι το Privacy Settings;
Το Privacy Settings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rynu.smith, και η κύρια λειτουργία του είναι "Alter the browser's built-in privacy settings in a toolbar popup".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Privacy Settings
Λήψη αρχείων επέκτασης 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 |
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": [] } } |