Regular password field for BZWBK24

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

Qu'est-ce que Regular password field for BZWBK24 ?

Regular password field for BZWBK24 est une extension Chrome développée par michal, et sa fonction principale est "Brings a regular password field back to the BZWBK24 login page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Regular password field for BZWBK24

Téléchargez les fichiers d'extension Regular password field for BZWBK24 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Regular password field for BZWBK24 Regular password field for BZWBK24
ID kipjneglecdehocegjhjjfnacahjkcgd
URL Officiel https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd
Description Brings a regular password field back to the BZWBK24 login page.
Taille du Fichier 148 KB
Nombre d'Installations 22
Version Actuelle 1.2
Dernière Mise à Jour 2014-01-25
Date de Publication 2014-01-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur michal
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}