Breach Report

Check whether your emails, and the websites you visit were compromised in public data leaks.

Что такое Breach Report?

Breach Report - это расширение Chrome, разработанное http://breachreport.com, и его основная функция - "Check whether your emails, and the websites you visit were compromised in public data leaks.".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений Breach Report в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A data breach is a security incident in which sensitive or confidential data is copied, transmitted, viewed, stolen, or used by an unauthorised person or entity. 
Breach Report extension offers you quick access to email breach checks. Search whether your emails and passwords have been breached. 
Apart from email checks, the extension will show you if the website you are visiting has been breached by hackers.                    

Основная информация о расширении

Название Breach Report Breach Report
ID cpehekgbmljmbhcnjomdnoblmjgkllhn
Официальный URL https://chrome.google.com/webstore/detail/breach-report/cpehekgbmljmbhcnjomdnoblmjgkllhn
Описание Check whether your emails, and the websites you visit were compromised in public data leaks.
Размер файла 1.43 MB
Количество установок 42
Текущая Версия 1.0.4
Последнее Обновление 2020-06-04
Дата публикации 2020-06-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://breachreport.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://breachreport.com/
URL страницы помощи https://breachreport.com/privacy-policy
URL страницы политики конфиденциальности https://breachreport.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breach Report",
    "author": "Dorokhovich Mikhail",
    "homepage_url": "https:\/\/breachreport.com\/",
    "version": "1.0.4",
    "description": "Check whether your emails, and the websites you visit were compromised in public data leaks.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    }
}