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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
| 공식 URL | 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"
} | |