Phish Alerts

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

Qu'est-ce que Phish Alerts ?

Phish Alerts est une extension Chrome développée par https://phishalerts.com, et sa fonction principale est "Protect yourself and your dear ones from Phishing attacks, losing money and identity".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Phish Alerts

Téléchargez les fichiers d'extension Phish Alerts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Phish Alerts Phish Alerts
ID aecpgaibpeekcpgfckpnfpbbdkpdckna
URL Officiel https://chromewebstore.google.com/detail/phish-alerts/aecpgaibpeekcpgfckpnfpbbdkpdckna
Description Protect yourself and your dear ones from Phishing attacks, losing money and identity
Taille du Fichier 151 KB
Nombre d'Installations 243
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-03-13
Date de Publication 2022-02-09
Évaluation 4.95/5 Total 19 Évaluations
Développeur https://phishalerts.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://phishalerts.com/
URL de la Page d'Aide https://phishalerts.com/contact
URL de la Page de Politique de Confidentialité https://phishalerts.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}