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
官方網址 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"
            ]
        }
    ]
}