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 michal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings a regular password field back to the BZWBK24 login page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Regular password field for BZWBK24 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |