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
Co to jest Let's Phish, Phishing Protector?
Let's Phish, Phishing Protector to rozszerzenie Chrome opracowane przez iniquitouspsyche, a jego główną funkcją jest „Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority”.
Pobierz plik CRX rozszerzenia Let's Phish, Phishing Protector
Pobierz pliki rozszerzeń Let's Phish, Phishing Protector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mecciabmdnfodnbeknnckolineghfeik |
Oficjalny URL | https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik |
Opis | Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority |
Rozmiar pliku | 7.45 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-10-09 |
Data Publikacji | 2017-10-08 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | iniquitouspsyche |
Typ Płatności | free |
Strona Rozszerzenia | https://letsphish.com |
Obsługiwane Języki | 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" } } |