Saferduck

Shows security reviews for specific domains

Co to jest Saferduck?

Saferduck to rozszerzenie Chrome opracowane przez SaferDuck, a jego główną funkcją jest „Shows security reviews for specific domains”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Saferduck

Pobierz pliki rozszerzeń Saferduck w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
Oficjalny URL https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Opis Shows security reviews for specific domains
Rozmiar pliku 248 KB
Liczba instalacji 50,000
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-05-15
Data Publikacji 2021-05-15
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper SaferDuck
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://saferduck.com/privacy/index.html
Obsługiwane Języki 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"
    }
}