CNCS Anti-Phishing
CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Wat is CNCS Anti-Phishing?
CNCS Anti-Phishing is een Chrome-extensie ontwikkeld door https://cncs.gob.do, en de belangrijkste functie is "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".
Extensie Screenshots
Download het CRX-bestand van de extensie CNCS Anti-Phishing
Download CNCS Anti-Phishing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle.
Basisinformatie over de Extensie
Naam | CNCS Anti-Phishing |
ID | oojegilnhlfhjlhkailifehjhkamghhk |
Officiële URL | https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk |
Beschrijving | CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you. |
Bestandsgrootte | 1.75 MB |
Aantal Installaties | 449 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2020-11-01 |
Publicatiedatum | 2020-06-24 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://cncs.gob.do |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cncs.gob.do/ |
Help Pagina-URL | https://cncs.gob.do/contactanos/ |
URL van de Privacybeleid Pagina | https://cncs.gob.do/privacidad |
Ondersteunde Talen | 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" } } |