Web Guardian

Protect your browser and personal information with Web Guardian

Wat is Web Guardian?

Web Guardian is een Chrome-extensie ontwikkeld door sofia.republic, en de belangrijkste functie is "Protect your browser and personal information with Web Guardian".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Web Guardian

Download Web Guardian-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

                        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.                    

Basisinformatie over de Extensie

Naam Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
Officiële URL https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
Beschrijving Protect your browser and personal information with Web Guardian
Bestandsgrootte 105 KB
Aantal Installaties 29,231
Huidige Versie 1.3
Laatst Bijgewerkt 2021-09-21
Publicatiedatum 2021-06-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar sofia.republic
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.web-guardian.xyz/
URL van de Privacybeleid Pagina https://www.web-guardian.xyz/privacy-policy
Ondersteunde Talen 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"
    ]
}