Phish Alerts

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

Cos'è Phish Alerts?

Phish Alerts è un'estensione di Chrome sviluppata da https://phishalerts.com, e la sua funzione principale è "Protect yourself and your dear ones from Phishing attacks, losing money and identity".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Phish Alerts

Scarica i file di estensione Phish Alerts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Phish Alerts Phish Alerts
ID aecpgaibpeekcpgfckpnfpbbdkpdckna
URL Ufficiale https://chromewebstore.google.com/detail/phish-alerts/aecpgaibpeekcpgfckpnfpbbdkpdckna
Descrizione Protect yourself and your dear ones from Phishing attacks, losing money and identity
Dimensione del File 151 KB
Conteggio Installazioni 243
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-03-13
Data di Pubblicazione 2022-02-09
Valutazione 4.95/5 Totale 19 Valutazioni
Sviluppatore https://phishalerts.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://phishalerts.com/
URL della Pagina di Aiuto https://phishalerts.com/contact
URL della Pagina della Politica sulla Privacy https://phishalerts.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}