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
Hvad er Let's Phish, Phishing Protector?
Let's Phish, Phishing Protector er en Chrome-udvidelse udviklet af iniquitouspsyche, og dens hovedfunktion er "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".
Download Let's Phish, Phishing Protector-udvidelses-CRX-fil
Download Let's Phish, Phishing Protector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mecciabmdnfodnbeknnckolineghfeik |
Officiel URL | https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik |
Beskrivelse | Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority |
Filstørrelse | 7.45 KB |
Antal Installationer | 23 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-10-09 |
Udgivelsesdato | 2017-10-08 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | iniquitouspsyche |
Betalingsmetode | free |
Udvidelseswebsted | https://letsphish.com |
Understøttede Sprog | 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" } } |