Page Guard

Protect your digital privacy and enjoy safe browsing experience

ما هو Page Guard؟

Page Guard هو إضافة Chrome تم تطويرها بواسطة Adblocker Experts، والميزة الرئيسية لها هي "Protect your digital privacy and enjoy safe browsing experience".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Page Guard

قم بتنزيل ملفات الامتداد Page Guard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Page Guard Page Guard
ID cicafjehjahncdbpbjjelcdkckdfklpb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/page-guard/cicafjehjahncdbpbjjelcdkckdfklpb
الوصف Protect your digital privacy and enjoy safe browsing experience
حجم الملف 96.52 KB
عدد التثبيتات 40,000
النسخة الحالية 1.3.0
آخر تحديث 2021-03-16
تاريخ النشر 2020-11-10
تقييم 3.39/5 مجموع تقييمات 18
المطور Adblocker Experts
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.pageguard.online/
عنوان صفحة سياسة الخصوصية https://www.pageguard.online/privacy-policy
اللغات المدعومة 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'"
}