PhishDetector - True Phishing Detection
A Rule-Based phishing attack detector for Online-Banking web sites
PhishDetector - True Phishing Detectionคืออะไร?
PhishDetector - True Phishing Detection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mahmood Moghimi และคุณลักษณะหลักของมันคือ "A Rule-Based phishing attack detector for Online-Banking web sites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PhishDetector - True Phishing Detection
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PhishDetector - True Phishing Detection |
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" } |