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.
拡張機能の基本情報
名前 | CNCS Anti-Phishing |
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 |
Eメール | [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" } } |