PhishDetector - True Phishing Detection
A Rule-Based phishing attack detector for Online-Banking web sites
什麼是PhishDetector - True Phishing Detection?
PhishDetector - True Phishing Detection是由Mahmood Moghimi開發的Chrome擴展程式,該擴展的主要功能是“A Rule-Based phishing attack detector for Online-Banking web sites”。
擴展截圖
下載PhishDetector - True Phishing Detection擴展crx文件
下載PhishDetector - True Phishing Detection擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A powerful extension to detect phishing attacks in Online-Banking web sites. It is a rule-based system that analyses the webpage content to identify phishing attacks. PhishDetector has the ability to detect online-banking phishing scams quickly with zero false negative alarm. For accurate result, it is recommended to use this extension for your Online-Banking web pages only. 擴展基本資訊
| 名稱 | |
| ID | kgecldbalfgmgelepbblodfoogmjdgmj |
| 官方網址 | https://chromewebstore.google.com/detail/phishdetector-true-phishi/kgecldbalfgmgelepbblodfoogmjdgmj |
| 簡介 | A Rule-Based phishing attack detector for Online-Banking web sites |
| 檔案大小 | 117 KB |
| 安裝次數 | 3,051 |
| 目前版本 | 1.3.6 |
| 更新時間 | 2021-12-31 |
| 上架時間 | 2019-07-13 |
| 評分 | 4.67/5 共 3 次評分 |
| 開發者 | Mahmood Moghimi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.moghimi.net/phishdetector |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Mahmood Moghimi, m.moghimi[at]modares.ac.ir",
"background": {
"scripts": [
"js\/background.min.js"
]
},
"browser_action": {
"default_icon": "img\/icon38.png",
"default_popup": "popup.html",
"default_title": "Phishing Detector"
},
"content_scripts": [
{
"js": [
"js\/endScript.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/moghimi.net\/works\/PhishDetector",
"icons": {
"128": "img\/icon128.png",
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"96": "img\/icon96.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"offline_enabled": false,
"short_name": "__MSG_appShortName__",
"version": "1.3.6"
} | |