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によって開発されたChromeの拡張機能で、その主な機能は「Brings a regular password field back to the BZWBK24 login page.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Regular password field for BZWBK24拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
            ]
        }
    ]
}