CNCS Anti-Phishing
CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.
Cos'è CNCS Anti-Phishing?
CNCS Anti-Phishing è un'estensione di Chrome sviluppata da https://cncs.gob.do, e la sua funzione principale è "CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CNCS Anti-Phishing
Scarica i file di estensione CNCS Anti-Phishing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
La extensión del navegador CNCS Anti-Phishing le impide interactuar con estafas y ataques de phishing conocidos al bloquear esos sitios y notificarle. Informazioni di Base sull'Estensione
| Nome | |
| ID | oojegilnhlfhjlhkailifehjhkamghhk |
| URL Ufficiale | https://chromewebstore.google.com/detail/cncs-anti-phishing/oojegilnhlfhjlhkailifehjhkamghhk |
| Descrizione | CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you. |
| Dimensione del File | 1.75 MB |
| Conteggio Installazioni | 449 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2020-11-01 |
| Data di Pubblicazione | 2020-06-24 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://cncs.gob.do |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://cncs.gob.do/ |
| URL della Pagina di Aiuto | https://cncs.gob.do/contactanos/ |
| URL della Pagina della Politica sulla Privacy | https://cncs.gob.do/privacidad |
| Lingue Supportate | 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"
}
} | |