Saferduck

Shows security reviews for specific domains

Что такое Saferduck?

Saferduck - это расширение Chrome, разработанное SaferDuck, и его основная функция - "Shows security reviews for specific domains".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Saferduck

Скачайте файлы расширений Saferduck в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
Официальный URL https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Описание Shows security reviews for specific domains
Размер файла 248 KB
Количество установок 50,000
Текущая Версия 1.0.0
Последнее Обновление 2021-05-15
Дата публикации 2021-05-15
Рейтинг 1.00/5 Всего 1 оценок
Разработчик SaferDuck
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://saferduck.com/privacy/index.html
Поддерживаемые языки 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"
    }
}