Browser Guard

Protect browsers from accessing untrusted websites.

Cos'è Browser Guard?

Browser Guard è un'estensione di Chrome sviluppata da PhishAnatomy, e la sua funzione principale è "Protect browsers from accessing untrusted websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Browser Guard

Scarica i file di estensione Browser Guard 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

                        Browser Guard intercepts all top-level navigation requests and checks if the destination is on your list of trusted domains. If it is not found, the request is blocked, and you're given the option to temporarily or permanently trust the domain.                    

Informazioni di Base sull'Estensione

Nome Browser Guard Browser Guard
ID pkmhephjkgkjgfmpjcdjapkmjappfbjf
URL Ufficiale https://chromewebstore.google.com/detail/browser-guard/pkmhephjkgkjgfmpjcdjapkmjappfbjf
Descrizione Protect browsers from accessing untrusted websites.
Dimensione del File 221 KB
Conteggio Installazioni 30
Versione Corrente 0.0.3
Ultimo Aggiornamento 2022-01-24
Data di Pubblicazione 2022-01-17
Sviluppatore PhishAnatomy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/phishanatomy/Browser-Guard
URL della Pagina di Aiuto https://github.com/phishanatomy/Browser-Guard/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "0.0.3",
    "manifest_version": 2,
    "content_security_policy": "default-src 'self';",
    "icons": {
        "16": "art\/browser-guard-16.png",
        "24": "art\/browser-guard-24.png",
        "32": "art\/browser-guard-32.png",
        "48": "art\/browser-guard-48.png",
        "64": "art\/browser-guard-64.png",
        "128": "art\/browser-guard-128.png",
        "256": "art\/browser-guard-256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "art\/browser-guard-16.png",
            "24": "art\/browser-guard-24.png",
            "32": "art\/browser-guard-32.png",
            "48": "art\/browser-guard-48.png",
            "64": "art\/browser-guard-64.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "html\/blocked.html"
    ]
}