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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Rule-Based phishing attack detector for Online-Banking web sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PhishDetector - True Phishing Detection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | 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" } |