Page Guard

Protect your digital privacy and enjoy safe browsing experience

Page Guard là gì?

Page Guard là một tiện ích mở rộng Chrome được phát triển bởi Adblocker Experts, và tính năng chính của nó là "Protect your digital privacy and enjoy safe browsing experience".

Ả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 Page Guard

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

                        Page Guard protects you from visiting malicious sites and allows you to safely search the web.
This extension blocks dangerous websites that distribute malware, spyware, viruses, trojans and prevents phishing attacks. Page Guard does not collect your browsing history or private data. It uses real-time security technology to protect your system from malware, scamware, spyware and adware.

If you decide to install the browser extension, you confirm our privacy policy which you can find here: https://www.pageguard.online/privacy-policy                    

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

Tên Page Guard Page Guard
ID cicafjehjahncdbpbjjelcdkckdfklpb
URL Chính Thức https://chrome.google.com/webstore/detail/page-guard/cicafjehjahncdbpbjjelcdkckdfklpb
Mô tả Protect your digital privacy and enjoy safe browsing experience
Kích Thước Tệp 96.52 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2021-03-16
Ngày Phát Hành 2020-11-10
Đánh Giá 3.39/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Adblocker Experts
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pageguard.online/
URL Trang Chính Sách Bảo Mật https://www.pageguard.online/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.3.0",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Page Guard Extension",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linkvertise.com\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/content\/partnerScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/static.onlinewebapitrack.com ; object-src 'self'"
}