SOM Password Validator

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

什么是SOM Password Validator?

SOM Password Validator是由http://diogomonica.com开发的Chrome扩展程序,该扩展的主要功能是“This extension validates a password against a SOM map of historical password leaks.”。

下载SOM Password Validator扩展crx文件

下载SOM Password Validator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}