PhishDetector - True Phishing Detection
A Rule-Based phishing attack detector for Online-Banking web sites
PhishDetector - True Phishing Detection là gì?
PhishDetector - True Phishing Detection là một tiện ích mở rộng Chrome được phát triển bởi Mahmood Moghimi, và tính năng chính của nó là "A Rule-Based phishing attack detector for Online-Banking web sites".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PhishDetector - True Phishing Detection
Tải xuống các tệp mở rộng PhishDetector - True Phishing Detection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PhishDetector - True Phishing Detection |
ID | kgecldbalfgmgelepbblodfoogmjdgmj |
URL Chính Thức | https://chromewebstore.google.com/detail/phishdetector-true-phishi/kgecldbalfgmgelepbblodfoogmjdgmj |
Mô tả | A Rule-Based phishing attack detector for Online-Banking web sites |
Kích Thước Tệp | 117 KB |
Số Lần Cài Đặt | 3,051 |
Phiên Bản Hiện Tại | 1.3.6 |
Cập Nhật Lần Cuối | 2021-12-31 |
Ngày Phát Hành | 2019-07-13 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Mahmood Moghimi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.moghimi.net/phishdetector |
Ngôn Ngữ Được Hỗ Trợ | 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" } |