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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://cncs.gob.do/contactanos/
عنوان صفحة سياسة الخصوصية 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"
    }
}