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是由https://cncs.gob.do開發的Chrome擴展程式,該擴展的主要功能是“CNCS Anti-Phishing prevents you from interacting with known scams and phishing attacks by blocking those sites and notifying you.”。
擴展截圖
下載CNCS Anti-Phishing擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | oojegilnhlfhjlhkailifehjhkamghhk |
| 官方網址 | 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"
}
} | |