Phish Alerts

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

Apa itu Phish Alerts?

Phish Alerts adalah ekstensi Chrome yang dikembangkan oleh https://phishalerts.com, dan fitur utamanya adalah "Protect yourself and your dear ones from Phishing attacks, losing money and identity".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Phish Alerts

Unduh file ekstensi Phish Alerts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Phish Alerts Phish Alerts
ID aecpgaibpeekcpgfckpnfpbbdkpdckna
URL Resmi https://chromewebstore.google.com/detail/phish-alerts/aecpgaibpeekcpgfckpnfpbbdkpdckna
Deskripsi Protect yourself and your dear ones from Phishing attacks, losing money and identity
Ukuran File 151 KB
Jumlah Instalasi 243
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2023-03-13
Tanggal Publikasi 2022-02-09
Penilaian 4.95/5 Total 19 Penilaian
Pengembang https://phishalerts.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://phishalerts.com/
URL Halaman Bantuan https://phishalerts.com/contact
URL Halaman Kebijakan Privasi https://phishalerts.com/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}