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 |
| 官方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/ |
| 帮助页面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"
}
} | |