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
Vad är Let's Phish, Phishing Protector?
Let's Phish, Phishing Protector är en Chrome-tillägg utvecklad av iniquitouspsyche, och dess huvudfunktion är "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".
Ladda ner Let's Phish, Phishing Protector-förlängningens CRX-fil
Ladda ner Let's Phish, Phishing Protector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | mecciabmdnfodnbeknnckolineghfeik |
Officiell webbadress | https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik |
Beskrivning | Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority |
Filstorlek | 7.45 KB |
Antal Installationer | 23 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-10-09 |
Publiceringsdatum | 2017-10-08 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | iniquitouspsyche |
Betalningssätt | free |
Tilläggswebbplats | https://letsphish.com |
Stödda Språk | 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" } } |