Web Guardian

Protect your browser and personal information with Web Guardian

Cos'è Web Guardian?

Web Guardian è un'estensione di Chrome sviluppata da sofia.republic, e la sua funzione principale è "Protect your browser and personal information with Web Guardian".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Web Guardian

Scarica i file di estensione Web Guardian in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
URL Ufficiale https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
Descrizione Protect your browser and personal information with Web Guardian
Dimensione del File 105 KB
Conteggio Installazioni 29,231
Versione Corrente 1.3
Ultimo Aggiornamento 2021-09-21
Data di Pubblicazione 2021-06-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore sofia.republic
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.web-guardian.xyz/
URL della Pagina della Politica sulla Privacy https://www.web-guardian.xyz/privacy-policy
Lingue Supportate 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"
    ]
}