Phish Alerts

Protect yourself and your dear ones from Phishing attacks, losing money and identity

什么是Phish Alerts?

Phish Alerts是由https://phishalerts.com开发的Chrome扩展程序,该扩展的主要功能是“Protect yourself and your dear ones from Phishing attacks, losing money and identity”。

扩展截图

screenshot
screenshot
screenshot

下载Phish Alerts扩展crx文件

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

扩展使用说明

                        Stop Phishing in real time with PhishAlerts
Phishing websites tricks you into sharing your most sensitive data by imitating companies you trust. PhishAlerts uses the latest collaborated Databases and smart Tech Pattern to identify the phishing websites in real time and stops it.

Protect yourself and your loved ones from constantly evolving threat factors using our extension that can identify and alert before you get into the phishing trap.

Top Features includes
- Alerts you from Punny/Homoglyph websites
- Detect and warn against any fraud Financial websites
- Alerts you from visiting any Phishing website found in our updated Database of malicious urls
- Keeps you safe from loosing Credentials, Personal Details and Money                    

扩展基本信息

名称 Phish Alerts Phish Alerts
ID aecpgaibpeekcpgfckpnfpbbdkpdckna
官方URL https://chromewebstore.google.com/detail/phish-alerts/aecpgaibpeekcpgfckpnfpbbdkpdckna
简介 Protect yourself and your dear ones from Phishing attacks, losing money and identity
文件大小 151 KB
安装次数 243
当前版本 0.0.3
更新时间 2023-03-13
上架时间 2022-02-09
评分 4.95/5 共19次评分
开发者 https://phishalerts.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://phishalerts.com/
帮助页面URL https://phishalerts.com/contact
隐私政策页面URL https://phishalerts.com/privacy-policy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phish Alerts",
    "description": "Protect yourself and your dear ones from Phishing attacks, losing money and identity",
    "version": "0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "workers\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/notice.html",
                "html\/verified.html",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/images\/fishing.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/firebase\/firebase-app.js",
                "js\/firebase\/firebase-firestore.js",
                "js\/app.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": false,
            "all_frames": false,
            "css": [
                "css\/notice.css",
                "css\/verified.css"
            ]
        }
    ]
}