Regular password field for BZWBK24

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

What is Regular password field for BZWBK24?

Regular password field for BZWBK24 is a Chrome extension developed by michal, and its main feature is "Brings a regular password field back to the BZWBK24 login page.".

Extension Screenshots

screenshot
screenshot

Download Regular password field for BZWBK24 Extension CRX File

Download Regular password field for BZWBK24 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Regular password field for BZWBK24 Regular password field for BZWBK24
ID kipjneglecdehocegjhjjfnacahjkcgd
Official URL https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd
Description Brings a regular password field back to the BZWBK24 login page.
File Size 148 KB
Installation Count 22
Current Version 1.2
Last Updated 2014-01-25
Publish Date 2014-01-25
Rating 5.00/5 Total 1 Ratings
Developer michal
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}