Web Guardian

Protect your browser and personal information with Web Guardian

Web Guardian là gì?

Web Guardian là một tiện ích mở rộng Chrome được phát triển bởi sofia.republic, và tính năng chính của nó là "Protect your browser and personal information with Web Guardian".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Guardian

Tải xuống các tệp mở rộng Web Guardian 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

                        Web Guarding protects your browser from visiting harmful sites.
We detect in real time if you visit an unsecure site and provide a a warning.
However you can pause/ deactivate the warning for any site and browse it without delay.


With installing the browser extension you give your consent to our privacy policy.
You can see our privacy policy here.                    

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

Tên Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
URL Chính Thức https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
Mô tả Protect your browser and personal information with Web Guardian
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 29,231
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-09-21
Ngày Phát Hành 2021-06-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sofia.republic
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.web-guardian.xyz/
URL Trang Chính Sách Bảo Mật https://www.web-guardian.xyz/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Guardian",
    "manifest_version": 2,
    "version": "1.3",
    "description": "Protect your browser and personal information with Web Guardian",
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "vendor\/jsencrypt.min.js",
            "utils\/tlds.js",
            "js\/background-scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/19.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "web_accessible_resources": [
        "blocking-iframe\/blocking-iframe.html",
        "consent-screen\/data-control.html"
    ]
}