Saferduck

Shows security reviews for specific domains

O que é Saferduck?

Saferduck é uma extensão do Chrome desenvolvida por SaferDuck, e sua principal característica é "Shows security reviews for specific domains".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Saferduck

Baixe arquivos de extensão Saferduck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Saferduck Saferduck
ID hjdjgnojiionckfmaobhcgeahdndmhgf
URL Oficial https://chrome.google.com/webstore/detail/saferduck/hjdjgnojiionckfmaobhcgeahdndmhgf
Descrição Shows security reviews for specific domains
Tamanho do Arquivo 248 KB
Contagem de Instalações 50,000
Versão Atual 1.0.0
Última Atualização 2021-05-15
Data de Publicação 2021-05-15
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor SaferDuck
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://saferduck.com/privacy/index.html
Idiomas Suportados 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"
    }
}