Privacy Settings
Alter the browser's built-in privacy settings in a toolbar popup
Privacy Settings là gì?
Privacy Settings là một tiện ích mở rộng Chrome được phát triển bởi rynu.smith, và tính năng chính của nó là "Alter the browser's built-in privacy settings in a toolbar popup".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Privacy Settings
Tải xuống các tệp mở rộng Privacy Settings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Privacy Settings |
ID | ijadljdlbkfhdoblhaedfgepliodmomj |
URL Chính Thức | https://chromewebstore.google.com/detail/privacy-settings/ijadljdlbkfhdoblhaedfgepliodmomj |
Mô tả | Alter the browser's built-in privacy settings in a toolbar popup |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 2,435 |
Phiên Bản Hiện Tại | 0.4.0 |
Cập Nhật Lần Cuối | 2022-04-12 |
Ngày Phát Hành | 2019-05-19 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | rynu.smith |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://add0n.com/privacy-settings.html |
URL Trang Trợ Giúp | https://add0n.com/privacy-settings.html |
URL Trang Chính Sách Bảo Mật | https://add0n.com/policies/rynu.smith.txt |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } } |