Privacy Guard & Manager

Easily control settings in your browser to improve your privacy.

Privacy Guard & Managerคืออะไร?

Privacy Guard & Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yubi และคุณลักษณะหลักของมันคือ "Easily control settings in your browser to improve your privacy."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Privacy Guard & Manager

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

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

                        Privacy Guard & Manager is a browser extension that helps you increase your privacy by adjusting a few privacy settings in your browser.

Please open the toolbar popup UI to see the list of available settings (around 15 items in total depending on your browser version). Each set has a drop-down list; click on the list to choose the desired value for that item. Once an item is changed, it will be saved to the memory automatically. Moreover, when you hover on any item within the toolbar popup, a description is shown at the bottom of the UI. Please read this description before changing any option.

Note: you may see less/more than 15 items in the popup. This is due to the browser or OS version. Some items may become available or be removed in the future updates of your browser.

Note: To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/privacy-guard.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Privacy Guard & Manager Privacy Guard & Manager
ID fnodegploiacnbekfkhflfmgmpncjjib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/privacy-guard-manager/fnodegploiacnbekfkhflfmgmpncjjib
คำอธิบาย Easily control settings in your browser to improve your privacy.
ขนาดไฟล์ 34.69 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-08-24
วันที่เผยแพร่ 2019-10-20
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Yubi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/privacy-guard.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/privacy-guard.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Privacy Guard & Manager",
    "permissions": [
        "storage",
        "privacy"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/privacy-guard.html",
    "description": "Easily control settings in your browser to improve your privacy.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Privacy Guard & Manager",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "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"
    }
}