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"입니다.
확장 프로그램 스크린샷
Privacy Settings 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [] } } |