Privacy Guard & Manager

Easily control settings in your browser to improve your privacy.

Privacy Guard & Manager là gì?

Privacy Guard & Manager là một tiện ích mở rộng Chrome được phát triển bởi Yubi, và tính năng chính của nó là "Easily control settings in your browser to improve your privacy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Privacy Guard & Manager

Tải xuống các tệp mở rộng Privacy Guard & Manager 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 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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Privacy Guard & Manager Privacy Guard & Manager
ID fnodegploiacnbekfkhflfmgmpncjjib
URL Chính Thức https://chromewebstore.google.com/detail/privacy-guard-manager/fnodegploiacnbekfkhflfmgmpncjjib
Mô tả Easily control settings in your browser to improve your privacy.
Kích Thước Tệp 34.69 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2023-08-24
Ngày Phát Hành 2019-10-20
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Yubi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/privacy-guard.html
URL Trang Trợ Giúp https://mybrowseraddon.com/privacy-guard.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}