Regular password field for BZWBK24

Brings a regular password field back to the BZWBK24 login page.

什么是Regular password field for BZWBK24?

Regular password field for BZWBK24是由michal开发的Chrome扩展程序,该扩展的主要功能是“Brings a regular password field back to the BZWBK24 login page.”。

扩展截图

screenshot
screenshot

下载Regular password field for BZWBK24扩展crx文件

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

扩展使用说明

                        Tired of having to enter random characters from your password every time you log in to BZWBK?

I was. So I made this extention. It adds a regular password field to the login page so you can enter the entire password just like on any other site. It even works with KeePass.

Your password is not sent anywhere, not even to the BZWBK server. Only those characters that the server requested are returned to it. If you do not trust me check the source code of this extension or ask any programmer to do it for you.                    

扩展基本信息

名称 Regular password field for BZWBK24 Regular password field for BZWBK24
ID kipjneglecdehocegjhjjfnacahjkcgd
官方URL https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd
简介 Brings a regular password field back to the BZWBK24 login page.
文件大小 148 KB
安装次数 22
当前版本 1.2
更新时间 2014-01-25
上架时间 2014-01-25
评分 5.00/5 共1次评分
开发者 michal
电子邮箱 [email protected]
付费类型 free
支持的语言 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "version": "1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.centrum24.pl\/centrum24-web\/?x=*",
                "https:\/\/www.centrum24.pl\/przelew24\/?x=*",
                "https:\/\/www.centrum24.pl\/3dsecure\/?x=*"
            ],
            "js": [
                "bzwbk24login.js"
            ]
        }
    ]
}