Regular password field for BZWBK24

Regular password field for BZWBK24

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

Merlin
Additional files are visible only to premium users

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