Saferduck

Shows security reviews for specific domains

Was ist Saferduck?

Saferduck ist eine Chrome-Erweiterung, die von SaferDuck entwickelt wurde, und ihr Hauptmerkmal ist "Shows security reviews for specific domains".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Saferduck-Erweiterungs-CRX-Datei herunterladen

Laden Sie Saferduck-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
Offizielle URL https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Beschreibung Shows security reviews for specific domains
Dateigröße 248 KB
Installationsanzahl 50,000
Aktuelle Version 1.0.0
Letztes Update 2021-05-15
Veröffentlichungsdatum 2021-05-15
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler SaferDuck
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://saferduck.com/privacy/index.html
Unterstützte Sprachen 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"
    }
}