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'est-ce que Let's Phish, Phishing Protector ?

Let's Phish, Phishing Protector est une extension Chrome développée par iniquitouspsyche, et sa fonction principale est "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".

Télécharger le fichier CRX de l'extension Let's Phish, Phishing Protector

Téléchargez les fichiers d'extension Let's Phish, Phishing Protector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Let's Phish, Phishing Protector Let's Phish, Phishing Protector
ID mecciabmdnfodnbeknnckolineghfeik
URL Officiel https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik
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
Taille du Fichier 7.45 KB
Nombre d'Installations 23
Version Actuelle 1.0
Dernière Mise à Jour 2017-10-09
Date de Publication 2017-10-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur iniquitouspsyche
Type de Paiement free
Site Web de l'Extension https://letsphish.com
Langues Prises en Charge 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"
    }
}