Regular password field for BZWBK24
Brings a regular password field back to the BZWBK24 login page.
Τι είναι το Regular password field for BZWBK24;
Το Regular password field for BZWBK24 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον michal, και η κύρια λειτουργία του είναι "Brings a regular password field back to the BZWBK24 login page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Regular password field for BZWBK24
Λήψη αρχείων επέκτασης Regular password field for BZWBK24 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Regular password field for BZWBK24 |
ID | kipjneglecdehocegjhjjfnacahjkcgd |
Επίσημο URL | https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd |
Περιγραφή | Brings a regular password field back to the BZWBK24 login page. |
Μέγεθος Αρχείου | 148 KB |
Αριθμός Εγκαταστάσεων | 22 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2014-01-25 |
Ημερομηνία Δημοσίευσης | 2014-01-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | michal |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |