Phish Alerts

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

¿Qué es Phish Alerts?

Phish Alerts es una extensión de Chrome desarrollada por https://phishalerts.com, y su función principal es "Protect yourself and your dear ones from Phishing attacks, losing money and identity".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Phish Alerts

Descarga archivos de extensión Phish Alerts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Phish Alerts Phish Alerts
ID aecpgaibpeekcpgfckpnfpbbdkpdckna
URL Oficial https://chromewebstore.google.com/detail/phish-alerts/aecpgaibpeekcpgfckpnfpbbdkpdckna
Descripción Protect yourself and your dear ones from Phishing attacks, losing money and identity
Tamaño del Archivo 151 KB
Cantidad de Instalaciones 243
Versión Actual 0.0.3
Última Actualización 2023-03-13
Fecha de Publicación 2022-02-09
Calificación 4.95/5 Total de 19 Calificaciones
Desarrollador https://phishalerts.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://phishalerts.com/
URL de la Página de Ayuda https://phishalerts.com/contact
URL de la Página de Política de Privacidad https://phishalerts.com/privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}