Web Guardian

Protect your browser and personal information with Web Guardian

Was ist Web Guardian?

Web Guardian ist eine Chrome-Erweiterung, die von sofia.republic entwickelt wurde, und ihr Hauptmerkmal ist "Protect your browser and personal information with Web Guardian".

Erweiterungsscreenshots

screenshot
screenshot

Web Guardian-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web Guardian-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
Offizielle URL https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
Beschreibung Protect your browser and personal information with Web Guardian
Dateigröße 105 KB
Installationsanzahl 29,231
Aktuelle Version 1.3
Letztes Update 2021-09-21
Veröffentlichungsdatum 2021-06-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler sofia.republic
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.web-guardian.xyz/
URL der Datenschutzrichtlinien-Seite https://www.web-guardian.xyz/privacy-policy
Unterstützte Sprachen 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"
    ]
}