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

Wat is Let's Phish, Phishing Protector?

Let's Phish, Phishing Protector is een Chrome-extensie ontwikkeld door iniquitouspsyche, en de belangrijkste functie is "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 het CRX-bestand van de extensie Let's Phish, Phishing Protector

Download Let's Phish, Phishing Protector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Let's Phish, Phishing Protector Let's Phish, Phishing Protector
ID mecciabmdnfodnbeknnckolineghfeik
Officiële URL https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik
Beschrijving Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority
Bestandsgrootte 7.45 KB
Aantal Installaties 23
Huidige Versie 1.0
Laatst Bijgewerkt 2017-10-09
Publicatiedatum 2017-10-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar iniquitouspsyche
Betalingswijze free
Extensiewebsite https://letsphish.com
Ondersteunde Talen 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"
    }
}