CNCS Anti-Phishing

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

What is CNCS Anti-Phishing?

CNCS Anti-Phishing is a Chrome extension developed by https://cncs.gob.do, and its main feature is "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".

Extension Screenshots

screenshot
screenshot

Download CNCS Anti-Phishing Extension CRX File

Download CNCS Anti-Phishing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CNCS Anti-Phishing CNCS Anti-Phishing
ID oojegilnhlfhjlhkailifehjhkamghhk
Official URL https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk
Description CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
File Size 1.75 MB
Installation Count 449
Current Version 1.0.5
Last Updated 2020-11-01
Publish Date 2020-06-24
Rating 5.00/5 Total 1 Ratings
Developer https://cncs.gob.do
Email [email protected]
Payment Type free
Extension Website https://cncs.gob.do/
Help Page URL https://cncs.gob.do/contactanos/
Privacy Policy Page URL https://cncs.gob.do/privacidad
Supported Languages 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"
    }
}