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

¿Qué es Let's Phish, Phishing Protector?

Let's Phish, Phishing Protector es una extensión de Chrome desarrollada por iniquitouspsyche, y su función principal es "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".

Descargar Archivo CRX de la Extensión Let's Phish, Phishing Protector

Descarga archivos de extensión Let's Phish, Phishing Protector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Let's Phish, Phishing Protector Let's Phish, Phishing Protector
ID mecciabmdnfodnbeknnckolineghfeik
URL Oficial https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik
Descripción Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority
Tamaño del Archivo 7.45 KB
Cantidad de Instalaciones 23
Versión Actual 1.0
Última Actualización 2017-10-09
Fecha de Publicación 2017-10-08
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador iniquitouspsyche
Tipo de Pago free
Sitio Web de la Extensión https://letsphish.com
Idiomas Soportados 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"
    }
}