Password Leak Checker
Check passwords for leaks
Что такое Password Leak Checker?
Password Leak Checker - это расширение Chrome, разработанное Password Leak Checker, и его основная функция - "Check passwords for leaks".
Снимки экрана расширения
Скачать файл CRX расширения Password Leak Checker
Скачайте файлы расширений Password Leak Checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
More then 11 billion account have leaked in past 5 years! This extension helps to keep your password strong and notifies you as soon as your password appears in any leaked database. It completely secure, since we do not store or transfer your password online - only a part of a secure hash, so nobody can even image what your real password is. Install and be safe!
Основная информация о расширении
Название | Password Leak Checker |
ID | ljfpcmdeanmaoegildipnfnmdifglmbc |
Официальный URL | https://chromewebstore.google.com/detail/password-leak-checker/ljfpcmdeanmaoegildipnfnmdifglmbc |
Описание | Check passwords for leaks |
Размер файла | 779 KB |
Количество установок | 195 |
Текущая Версия | 0.3.1 |
Последнее Обновление | 2021-08-15 |
Дата публикации | 2021-07-24 |
Разработчик | Password Leak Checker |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://pwdchecker.com/privacy.html |
Поддерживаемые языки | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "default_locale": "en", "version": "0.3.1", "browser_action": { "default_popup": "background.html", "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |