Page Guard

Protect your digital privacy and enjoy safe browsing experience

Wat is Page Guard?

Page Guard is een Chrome-extensie ontwikkeld door Adblocker Experts, en de belangrijkste functie is "Protect your digital privacy and enjoy safe browsing experience".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Page Guard

Download Page Guard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Page Guard Page Guard
ID cicafjehjahncdbpbjjelcdkckdfklpb
Officiële URL https://chrome.google.com/webstore/detail/page-guard/cicafjehjahncdbpbjjelcdkckdfklpb
Beschrijving Protect your digital privacy and enjoy safe browsing experience
Bestandsgrootte 96.52 KB
Aantal Installaties 40,000
Huidige Versie 1.3.0
Laatst Bijgewerkt 2021-03-16
Publicatiedatum 2020-11-10
Beoordeling 3.39/5 Totaal 18 Beoordelingen
Ontwikkelaar Adblocker Experts
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.pageguard.online/
URL van de Privacybeleid Pagina https://www.pageguard.online/privacy-policy
Ondersteunde Talen 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'"
}