Web Guardian

Protect your browser and personal information with Web Guardian

Qu'est-ce que Web Guardian ?

Web Guardian est une extension Chrome développée par sofia.republic, et sa fonction principale est "Protect your browser and personal information with Web Guardian".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Guardian

Téléchargez les fichiers d'extension Web Guardian 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

                        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.                    

Informations de Base sur l'Extension

Nom Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
URL Officiel https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
Description Protect your browser and personal information with Web Guardian
Taille du Fichier 105 KB
Nombre d'Installations 29,231
Version Actuelle 1.3
Dernière Mise à Jour 2021-09-21
Date de Publication 2021-06-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur sofia.republic
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.web-guardian.xyz/
URL de la Page de Politique de Confidentialité https://www.web-guardian.xyz/privacy-policy
Langues Prises en Charge 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"
    ]
}