Saferduck

Shows security reviews for specific domains

Co je Saferduck?

Saferduck je rozšíření Chrome vyvinuté SaferDuck, a jeho hlavní funkcí je „Shows security reviews for specific domains“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Saferduck

Stáhněte si soubory rozšíření Saferduck ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
Oficiální URL https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Popis Shows security reviews for specific domains
Velikost souboru 248 KB
Počet instalací 50,000
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-05-15
Datum Vydání 2021-05-15
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář SaferDuck
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://saferduck.com/privacy/index.html
Podporované Jazyky 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"
    }
}