Page Guard

Protect your digital privacy and enjoy safe browsing experience

Qu'est-ce que Page Guard ?

Page Guard est une extension Chrome développée par Adblocker Experts, et sa fonction principale est "Protect your digital privacy and enjoy safe browsing experience".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Guard

Téléchargez les fichiers d'extension Page Guard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Page Guard Page Guard
ID cicafjehjahncdbpbjjelcdkckdfklpb
URL Officiel https://chrome.google.com/webstore/detail/page-guard/cicafjehjahncdbpbjjelcdkckdfklpb
Description Protect your digital privacy and enjoy safe browsing experience
Taille du Fichier 96.52 KB
Nombre d'Installations 40,000
Version Actuelle 1.3.0
Dernière Mise à Jour 2021-03-16
Date de Publication 2020-11-10
Évaluation 3.39/5 Total 18 Évaluations
Développeur Adblocker Experts
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pageguard.online/
URL de la Page de Politique de Confidentialité https://www.pageguard.online/privacy-policy
Langues Prises en Charge 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'"
}