Phish Alerts

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

Что такое Phish Alerts?

Phish Alerts - это расширение Chrome, разработанное https://phishalerts.com, и его основная функция - "Protect yourself and your dear ones from Phishing attacks, losing money and identity".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Phish Alerts

Скачайте файлы расширений 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
Электронная почта [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"
            ]
        }
    ]
}