CNCS Anti-Phishing

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

Hvad er CNCS Anti-Phishing?

CNCS Anti-Phishing er en Chrome-udvidelse udviklet af https://cncs.gob.do, og dens hovedfunktion er "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download CNCS Anti-Phishing-udvidelses-CRX-fil

Download CNCS Anti-Phishing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn CNCS Anti-Phishing CNCS Anti-Phishing
ID oojegilnhlfhjlhkailifehjhkamghhk
Officiel URL https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk
Beskrivelse CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Filstørrelse 1.75 MB
Antal Installationer 449
Nuværende Version 1.0.5
Senest Opdateret 2020-11-01
Udgivelsesdato 2020-06-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://cncs.gob.do
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cncs.gob.do/
Hjælpeside-URL https://cncs.gob.do/contactanos/
URL til Fortrolighedspolitik Side https://cncs.gob.do/privacidad
Understøttede Sprog 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"
    }
}