Regular password field for BZWBK24
Brings a regular password field back to the BZWBK24 login page.
Co je Regular password field for BZWBK24?
Regular password field for BZWBK24 je rozšíření Chrome vyvinuté michal, a jeho hlavní funkcí je „Brings a regular password field back to the BZWBK24 login page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Regular password field for BZWBK24
Stáhněte si soubory rozšíření Regular password field for BZWBK24 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Regular password field for BZWBK24 |
ID | kipjneglecdehocegjhjjfnacahjkcgd |
Oficiální URL | https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd |
Popis | Brings a regular password field back to the BZWBK24 login page. |
Velikost souboru | 148 KB |
Počet instalací | 22 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2014-01-25 |
Datum Vydání | 2014-01-25 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | michal |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |