PhishGuard

PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…

什么是PhishGuard?

PhishGuard是由Bill Demirkapi开发的Chrome扩展程序,该扩展的主要功能是“PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…”。

扩展截图

screenshot
screenshot

下载PhishGuard扩展crx文件

下载PhishGuard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        PhishGuard is a way for you to make sure you know what you're clicking on! 

This extension aims to prevent email phishing attacks by telling you where links really lead. The way it works if it detects a clickable link and the location it leads to is somewhere different from what is advertised, it will highlight it red, bold it, and when you hover over the link, it will tell you where it really leads!

Currently, the extension supports both gmail and outlook/hotmail. 

GitHub Repo: https://github.com/D4stiny/PhishGuard

Icons made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY
Gmail logo by cosmcala from www.devianart.com
Outlook logo by Microsoft                    

扩展基本信息

名称 PhishGuard PhishGuard
ID ngafnigajpgginnijhfcbeikpakecppl
官方URL https://chromewebstore.google.com/detail/phishguard/ngafnigajpgginnijhfcbeikpakecppl
简介 PhishGuard is a way for you to make sure you know what you're clicking on! This extension aims to prevent email phishing attacks…
文件大小 54.87 KB
安装次数 35
当前版本 0.1
更新时间 2017-11-05
上架时间 2017-11-05
评分 5.00/5 共1次评分
开发者 Bill Demirkapi
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PhishGuard",
    "version": "0.1",
    "browser_action": [],
    "icons": {
        "16": "fishing-icon-16.png",
        "128": "fishing-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*\/",
                "https:\/\/outlook.live.com\/owa\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery.qtip.js",
                "content.js"
            ]
        }
    ]
}