Simple Privacy Settings

Easily control privacy settings of your browser.

Simple Privacy Settingsคืออะไร?

Simple Privacy Settings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Easily control privacy settings of your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Privacy Settings

ดาวน์โหลดไฟล์ส่วนขยาย Simple Privacy Settings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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