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

O que é Let's Phish, Phishing Protector?

Let's Phish, Phishing Protector é uma extensão do Chrome desenvolvida por iniquitouspsyche, e sua principal característica é "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".

Baixar o arquivo CRX da Extensão Let's Phish, Phishing Protector

Baixe arquivos de extensão Let's Phish, Phishing Protector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Let's Phish, Phishing Protector Let's Phish, Phishing Protector
ID mecciabmdnfodnbeknnckolineghfeik
URL Oficial https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik
Descrição Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority
Tamanho do Arquivo 7.45 KB
Contagem de Instalações 23
Versão Atual 1.0
Última Atualização 2017-10-09
Data de Publicação 2017-10-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor iniquitouspsyche
Tipo de Pagamento free
Site da Extensão https://letsphish.com
Idiomas Suportados 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"
    }
}