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

Let's Phish, Phishing Protectorとは何ですか?

Let's Phish, Phishing Protectorはiniquitouspsycheによって開発されたChromeの拡張機能で、その主な機能は「Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority」です。

Let's Phish, Phishing Protector拡張機能のCRXファイルをダウンロード

Let's Phish, Phishing Protector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Let's Phish, Phishing Protector Let's Phish, Phishing Protector
ID mecciabmdnfodnbeknnckolineghfeik
公式URL https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik
説明 Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority
ファイルサイズ 7.45 KB
インストール数 23
現在のバージョン 1.0
最終更新日 2017-10-09
公開日 2017-10-08
評価 5.00/5 合計 3 レビュー
開発者 iniquitouspsyche
支払い方法 free
拡張機能のウェブサイト https://letsphish.com
対応言語 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"
    }
}