Regular password field for BZWBK24

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

O que é Regular password field for BZWBK24?

Regular password field for BZWBK24 é uma extensão do Chrome desenvolvida por michal, e sua principal característica é "Brings a regular password field back to the BZWBK24 login page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Regular password field for BZWBK24

Baixe arquivos de extensão Regular password field for BZWBK24 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Regular password field for BZWBK24 Regular password field for BZWBK24
ID kipjneglecdehocegjhjjfnacahjkcgd
URL Oficial https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd
Descrição Brings a regular password field back to the BZWBK24 login page.
Tamanho do Arquivo 148 KB
Contagem de Instalações 22
Versão Atual 1.2
Última Atualização 2014-01-25
Data de Publicação 2014-01-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor michal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}