Regular password field for BZWBK24
Brings a regular password field back to the BZWBK24 login page.
Cos'è Regular password field for BZWBK24?
Regular password field for BZWBK24 è un'estensione di Chrome sviluppata da michal, e la sua funzione principale è "Brings a regular password field back to the BZWBK24 login page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Regular password field for BZWBK24
Scarica i file di estensione Regular password field for BZWBK24 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Regular password field for BZWBK24 |
ID | kipjneglecdehocegjhjjfnacahjkcgd |
URL Ufficiale | https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd |
Descrizione | Brings a regular password field back to the BZWBK24 login page. |
Dimensione del File | 148 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-01-25 |
Data di Pubblicazione | 2014-01-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | michal |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |