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
Eメール [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"
            ]
        }
    ]
}