PhishDetect
Anti-phishing browser extension. Scan suspicious pages and links.
Was ist PhishDetect?
PhishDetect ist eine Chrome-Erweiterung, die von Claudio Guarnieri entwickelt wurde, und ihr Hauptmerkmal ist "Anti-phishing browser extension. Scan suspicious pages and links.".
Erweiterungsscreenshots
PhishDetect-Erweiterungs-CRX-Datei herunterladen
Laden Sie PhishDetect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
PhishDetect is a browser extension designed to protect you from phishing attacks. Using the menu you are able to request a link or the content of a visited page to be analyzed by our PhishDetect service and determine if it's suspicious. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | epnpcbfmaoafngkdanfdhdkedodcnbla |
| Offizielle URL | https://chromewebstore.google.com/detail/phishdetect/epnpcbfmaoafngkdanfdhdkedodcnbla |
| Beschreibung | Anti-phishing browser extension. Scan suspicious pages and links. |
| Dateigröße | 4.73 MB |
| Installationsanzahl | 95 |
| Aktuelle Version | 2020.10.23 |
| Letztes Update | 2020-10-23 |
| Veröffentlichungsdatum | 2020-02-27 |
| Entwickler | Claudio Guarnieri |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://phishdetect.io/ |
| Hilfeseite URL | https://phishdetect.io/help/ |
| URL der Datenschutzrichtlinien-Seite | https://phishdetect.io/help/privacy |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2020.10.23",
"content_security_policy": "script-src 'self'; object-src 'self'",
"manifest_version": 2,
"name": "PhishDetect",
"description": "__MSG_manifestDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/[email protected]",
"34": "icons\/[email protected]",
"48": "icons\/[email protected]",
"128": "icons\/[email protected]"
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_popup": "ui\/popup\/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{32e37b7c-894f-47bf-a68b-75f939276910}"
}
},
"options_ui": {
"page": "ui\/options\/options.html"
},
"background": {
"scripts": [
"lib\/sha256.min.js",
"dist\/domains.js",
"js\/utils.js",
"js\/const.js",
"js\/indicators.js",
"js\/alerts.js",
"js\/reports.js",
"js\/alarms.js",
"js\/scanHistory.js",
"js\/config.js",
"js\/background.js",
"js\/status.js",
"js\/init.js"
]
},
"permissions": [
"alarms",
"activeTab",
"tabs",
"contextMenus",
"webRequest",
"webRequestBlocking",
"history",
"storage",
"unlimitedStorage",
" | |