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" ] } ] } |