CNCS Anti-Phishing

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

Что такое CNCS Anti-Phishing?

CNCS Anti-Phishing - это расширение Chrome, разработанное https://cncs.gob.do, и его основная функция - "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".

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

screenshot
screenshot

Скачать файл CRX расширения CNCS Anti-Phishing

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

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

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

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

Название CNCS Anti-Phishing CNCS Anti-Phishing
ID oojegilnhlfhjlhkailifehjhkamghhk
Официальный URL https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk
Описание CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Размер файла 1.75 MB
Количество установок 449
Текущая Версия 1.0.5
Последнее Обновление 2020-11-01
Дата публикации 2020-06-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://cncs.gob.do
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://cncs.gob.do/
URL страницы помощи https://cncs.gob.do/contactanos/
URL страницы политики конфиденциальности https://cncs.gob.do/privacidad
Поддерживаемые языки 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"
    }
}