Let's Phish, Phishing Protector
Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority
Was ist Let's Phish, Phishing Protector?
Let's Phish, Phishing Protector ist eine Chrome-Erweiterung, die von iniquitouspsyche entwickelt wurde, und ihr Hauptmerkmal ist "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".
Let's Phish, Phishing Protector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Let's Phish, Phishing Protector-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
Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority. It helps you tackle advance phishing page which appear to be legit due to the HTTPS and the green padlock in the chrome browser.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mecciabmdnfodnbeknnckolineghfeik |
Offizielle URL | https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik |
Beschreibung | Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority |
Dateigröße | 7.45 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-10-09 |
Veröffentlichungsdatum | 2017-10-08 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | iniquitouspsyche |
Zahlungsart | free |
Erweiterungswebsite | https://letsphish.com |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Let's Phish, Phishing Protector", "description": "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*\/" ], "icons": { "16": "icon16.png", "128": "icon128.png" } } |