Saferduck

Shows security reviews for specific domains

What is Saferduck?

Saferduck is a Chrome extension developed by SaferDuck, and its main feature is "Shows security reviews for specific domains".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Saferduck Extension CRX File

Download Saferduck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
Official URL https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Description Shows security reviews for specific domains
File Size 248 KB
Installation Count 50,000
Current Version 1.0.0
Last Updated 2021-05-15
Publish Date 2021-05-15
Rating 1.00/5 Total 1 Ratings
Developer SaferDuck
Email [email protected]
Payment Type free
Privacy Policy Page URL https://saferduck.com/privacy/index.html
Supported Languages 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"
    }
}