CNCS Anti-Phishing

CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.

O que é CNCS Anti-Phishing?

CNCS Anti-Phishing é uma extensão do Chrome desenvolvida por https://cncs.gob.do, e sua principal característica é "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CNCS Anti-Phishing

Baixe arquivos de extensão CNCS Anti-Phishing 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

                        La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle.                    

Informações Básicas da Extensão

Nome CNCS Anti-Phishing CNCS Anti-Phishing
ID oojegilnhlfhjlhkailifehjhkamghhk
URL Oficial https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk
Descrição CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Tamanho do Arquivo 1.75 MB
Contagem de Instalações 449
Versão Atual 1.0.5
Última Atualização 2020-11-01
Data de Publicação 2020-06-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://cncs.gob.do
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cncs.gob.do/
URL da Página de Ajuda https://cncs.gob.do/contactanos/
URL da Página de Política de Privacidade https://cncs.gob.do/privacidad
Idiomas Suportados es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CNCS Anti-Phishing",
    "short_name": "CNCS",
    "description": "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.",
    "version": "1.0.5",
    "author": "Centro Nacional de Ciberseguridad",
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon_green.png",
        "default_popup": "html\/optionPopup.html",
        "default_title": "CNCS"
    },
    "web_accessible_resources": [
        "css\/alert.css",
        "html\/warning.html",
        "icons\/icon_green.png",
        "icons\/icon_red.png"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    }
}