Regular password field for BZWBK24

Brings a regular password field back to the BZWBK24 login page.

Regular password field for BZWBK24 là gì?

Regular password field for BZWBK24 là một tiện ích mở rộng Chrome được phát triển bởi michal, và tính năng chính của nó là "Brings a regular password field back to the BZWBK24 login page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Regular password field for BZWBK24

Tải xuống các tệp mở rộng Regular password field for BZWBK24 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Regular password field for BZWBK24 Regular password field for BZWBK24
ID kipjneglecdehocegjhjjfnacahjkcgd
URL Chính Thức https://chromewebstore.google.com/detail/regular-password-field-fo/kipjneglecdehocegjhjjfnacahjkcgd
Mô tả Brings a regular password field back to the BZWBK24 login page.
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-01-25
Ngày Phát Hành 2014-01-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển michal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}