SOM Password Validator

This extension validates a password against a SOM map of historical password leaks.

ما هو SOM Password Validator؟

SOM Password Validator هو إضافة Chrome تم تطويرها بواسطة http://diogomonica.com، والميزة الرئيسية لها هي "This extension validates a password against a SOM map of historical password leaks.".

تحميل ملف CRX للإضافة SOM Password Validator

قم بتنزيل ملفات الامتداد SOM Password Validator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        SOM Password Validator is a Chrome extension that uses Self-Organizing Maps to aggregate passwords that have been previously leaked on the internet and provides a different way of checking password Security.

This is the result of a research paper by Diogo Monica (https://diogomonica.com)                    

معلومات أساسية عن التمديد

الاسم SOM Password Validator SOM Password Validator
ID hlaefkndjinjaoejefajaeieaabfcebk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/som-password-validator/hlaefkndjinjaoejefajaeieaabfcebk
الوصف This extension validates a password against a SOM map of historical password leaks.
حجم الملف 731 KB
عدد التثبيتات 11
النسخة الحالية 0.0.1
آخر تحديث 2014-03-25
تاريخ النشر 2014-03-25
تقييم 3.00/5 مجموع تقييمات 1
المطور http://diogomonica.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SOM Password Validator",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension validates a password against a SOM map of historical password leaks.",
    "homepage_url": "https:\/\/diogomonica.com",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "SOM Password Validator",
        "default_popup": "browser_action.html"
    }
}