Saferduck

Shows security reviews for specific domains

Qu'est-ce que Saferduck ?

Saferduck est une extension Chrome développée par SaferDuck, et sa fonction principale est "Shows security reviews for specific domains".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Saferduck

Téléchargez les fichiers d'extension Saferduck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
URL Officiel https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Description Shows security reviews for specific domains
Taille du Fichier 248 KB
Nombre d'Installations 50,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-05-15
Date de Publication 2021-05-15
Évaluation 1.00/5 Total 1 Évaluations
Développeur SaferDuck
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://saferduck.com/privacy/index.html
Langues Prises en Charge 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"
    }
}