Simple Privacy Settings

Easily control privacy settings of your browser.

Simple Privacy Settings란 무엇입니까?

Simple Privacy Settings은(는) https://browsernative.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily control privacy settings of your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Simple Privacy Settings 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Manage following settings to enhance privacy:

* Block JavaScript, Third-party Cookies, Notification prompts
* Disable referer headers, Client-Hints HTTP Headers
* Turn on Do Not Track
* Block Access to Camera, Location, Microphone
* Turn off network prediction
* Turn off Ping, Beacon and CSP report requests
* Disable Images and Web Fonts
* Turn off autofill form data (address, credit card etc.)
* Turn off suggestions in the omnibox (address bar)
* Don't use web service to help correct spelling
* Set `Accept-Language` HTTP Header to `en-US`
* Strip Common Tracking Query Parameters
* Disable Ads Privacy
* Delete All Cookies on exit

Extension by BrowserNative. Send your feedback to [email protected].

Requires Chrome version 111+.                    

확장 프로그램 기본 정보

이름 Simple Privacy Settings Simple Privacy Settings
ID aelfcidmdlhdpgdkdcbammhbpmbigpgm
공식 URL https://chromewebstore.google.com/detail/simple-privacy-settings/aelfcidmdlhdpgdkdcbammhbpmbigpgm
설명 Easily control privacy settings of your browser.
파일 크기 14.64 KB
설치 횟수 449
현재 버전 2.0.1
최근 업데이트 2023-11-27
출시 날짜 2022-02-20
평점 5.00/5 총 2 개의 평점
개발자 https://browsernative.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browsernative.com/simple-privacy-settings/
도움말 페이지 URL https://browsernative.com/simple-privacy-settings/
개인정보 보호 정책 페이지 URL https://browsernative.com/extensions-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Privacy Settings",
    "description": "Easily control privacy settings of your browser.",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "128": "static\/icon-128.png",
        "48": "static\/icon-48.png"
    },
    "permissions": [
        "privacy",
        "storage",
        "contentSettings",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "minimum_chrome_version": "111",
    "action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Simple Privacy Settings",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/browsernative.com\/simple-privacy-settings\/",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ping",
                "enabled": false,
                "path": "dnr_rules\/ping_rules.json"
            },
            {
                "id": "font",
                "enabled": false,
                "path": "dnr_rules\/font_rules.json"
            },
            {
                "id": "ch",
                "enabled": false,
                "path": "dnr_rules\/ch_rules.json"
            },
            {
                "id": "lang",
                "enabled": false,
                "path": "dnr_rules\/lang_rules.json"
            },
            {
                "id": "query",
                "enabled": false,
                "path": "dnr_rules\/query_rules.json"
            }
        ]
    }
}