Saferduck

Shows security reviews for specific domains

Wat is Saferduck?

Saferduck is een Chrome-extensie ontwikkeld door SaferDuck, en de belangrijkste functie is "Shows security reviews for specific domains".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Saferduck

Download Saferduck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
Officiële URL https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Beschrijving Shows security reviews for specific domains
Bestandsgrootte 248 KB
Aantal Installaties 50,000
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-05-15
Publicatiedatum 2021-05-15
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SaferDuck
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://saferduck.com/privacy/index.html
Ondersteunde Talen 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"
    }
}