Saferduck

Shows security reviews for specific domains

Cos'è Saferduck?

Saferduck è un'estensione di Chrome sviluppata da SaferDuck, e la sua funzione principale è "Shows security reviews for specific domains".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Saferduck

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

                        SaferDuck - your protection against phishing and malware

If you take care of the protection of your web browser in good time and are concerned about the security of your online activities, you can prevent brazen data theft with just a few clicks. Protect yourself and your PC against attacks from the Internet with our free plug-in. SaferDuck warns you in advance if dubious websites try to get your personal data.

SaferDuck has access to numerous, current and always expandable phishing databases.

Live protection thanks to advanced heuristic technology that exposes phishing and malware                    

Informazioni di Base sull'Estensione

Nome Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
URL Ufficiale https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Descrizione Shows security reviews for specific domains
Dimensione del File 248 KB
Conteggio Installazioni 50,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-05-15
Data di Pubblicazione 2021-05-15
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore SaferDuck
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://saferduck.com/privacy/index.html
Lingue Supportate de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "browser_style": true,
        "default_icon": "saferduck-icon-16.png",
        "default_title": "Saferduck"
    },
    "description": "__MSG_manifest__",
    "permissions": [
        "storage",
        "",
        "tabs",
        "webRequest",
        "contextMenus",
        "webRequestBlocking"
    ],
    "manifest_version": 2,
    "name": "Saferduck",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "default_locale": "en",
    "icons": {
        "48": "saferduck-icon-48.png",
        "96": "saferduck-icon-96.png"
    }
}