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.
扩展基本信息
名称 | |
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" } } |