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
Cos'è Let's Phish, Phishing Protector?
Let's Phish, Phishing Protector è un'estensione di Chrome sviluppata da iniquitouspsyche, e la sua funzione principale è "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".
Scarica il file CRX dell'estensione Let's Phish, Phishing Protector
Scarica i file di estensione Let's Phish, Phishing Protector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mecciabmdnfodnbeknnckolineghfeik |
URL Ufficiale | https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik |
Descrizione | Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority |
Dimensione del File | 7.45 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-10-09 |
Data di Pubblicazione | 2017-10-08 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | iniquitouspsyche |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://letsphish.com |
Lingue Supportate | 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" } } |