ShowPassword

CRX ID
bbiclfnbhommljbjcoelobnnnibemabl
Status
Live on Store
Description from extension meta

Show password when mouse over password fields.

Image from store
ShowPassword
Description from store

Show password when mouse over password fields.

Have you ever deleted whole password just because you typed a single letter wrong ?

Now you can get rid of it.

This extension will show you the password in plain text when cursor is over password fields.

You can also change when to show password in options.

Because many people doubt the security of this extension, I upload it's source code to GitHub. https://github.com/a161803398/ShowPassword

Other mode:
Show password when Double Click.
Show password when On Focus.
Show password when Press Ctrl Key.

What's new in 1.2.1:
Fix extension don't work on some websites that change input type

What's new in 1.1.6:
Bug fix

What's new in 1.1.4:
Fix the bug that google account password don't show.

Latest reviews

Rich Mondy 2025-09-17

Great extension but I've just run into a case where it's blocking logins to hsabank (causes the site to say please enter a password even when one is entered.) I toggled the extension on and off several times and used my Chrome-saved password to test and routinely login failed only when the extension was enabled. Even typing passwords in manually failed when the extension was enabled.

Alvin Lam 2025-07-13

working in 2025, just mouse over.

KatCit Doe 2025-06-14

Sign up to emails from HIBP, write down one really secure password, and reuse it a billion times. This extension murders password managers.

I_Died_ Tryin 2025-05-09

Helps everytime I create a new password and need to copy the huge random string of text from the masked password fields. Saved a number of people from "lost or forgotten" passwords.

John 2025-03-09

Works as described. Exactly what I was looking for.

Vivian Le 2025-01-09

you hover over for an optional amount of ms and it shows your password to you :)

Paper Tiger 2024-02-24

Sounds great until it is sold and code is rewritten to steal all of your passwords....this type of coding is a hackers dream. There are 0 guarantees when you use any extension in chrome....any authorization can be piggybacked.

Sean Oelofse 2024-01-31

Best tool so far

Mustafa Ipekgil 2023-11-29

It didnt work on Spotify

Najmus Sakib Saycot 2023-10-17

perfectly working

Najmus Sakib Saycot 2023-10-17

perfectly working

Better TWL 2023-10-12

超讚的功能!方便!

Jo Allen 2023-08-22

does what it says it does.

Jo Allen 2023-08-22

does what it says it does.

Ser Kripta 2023-08-06

Не работает. кружочки как были так и остались

Alex Koff 2022-12-02

предыстория: вытрахал мосх тп говнотелекома, сожравшего моего провайдера несколько лет назад, по причине утери пароля к доступу к высокоскоростному соединению РРоЕ - идти к ним в мерзкий офис - вдвойне мерзко, ибо ходил. пробовал разные способы вытащит из старого роутера старые пароль с логином - помогло только это расширение - наводишь мышкой и пароль показывается!!! спасибо!

Shahin 2022-11-19

⚠️ "Allow this extension to read and change all your data on websites you visit" Are you kidding me? why would a simple extension asks for such a permission? VERY SUSPICIOUS ⚠️

Shahin 2022-11-19

⚠️ "Allow this extension to read and change all your data on websites you visit" Are you kidding me? why would a simple extension asks for such a permission? VERY SUSPICIOUS ⚠️

Pavel Angelov 2022-11-15

Работи много добре :) !

ran zhang 2022-07-21

可以

Ajoy Raj 2022-07-12

Great useful app, says what it claims, nothing more, nothing less.

Ajoy Raj 2022-07-12

Great useful app, says what it claims, nothing more, nothing less.

Jeff Jacob 2022-06-25

I did a code review. As simple as it should be. Only odd thing is a harmless easter egg if in the option screen you type taiwan and hit enter into the password box it will redirect you to wikipedia.

Jeff Jacob 2022-06-25

I did a code review. As simple as it should be. Only odd thing is a harmless easter egg if in the option screen you type taiwan and hit enter into the password box it will redirect you to wikipedia.

Gary O'Neal 2022-04-05

Simple, easy, just works and is so helpful!

Gary O'Neal 2022-04-05

Simple, easy, just works and is so helpful!

Marz Parzybok 2022-01-16

taiwan dosnt existed how do you love it?????

Michael Gasperl 2021-12-29

Tut genau das, was es soll, Passwörter per Hover anzeigen.

Yui, Mia Thuỷ 2021-12-10

very good

Yui, Mia Thuỷ 2021-12-10

very good

A Convenience 2021-12-01

I think this is a decent extension working fairly well with some websites not working but I am just a bit sceptical, and due to me no exactly understanding code I cannot clarify if this works or not so if someone could reply or confirm this it would be good.

A Convenience 2021-12-01

I think this is a decent extension working fairly well with some websites not working but I am just a bit sceptical, and due to me no exactly understanding code I cannot clarify if this works or not so if someone could reply or confirm this it would be good.

Huyền Nguyễn 2021-11-30

llllllllll \

Karina Fisher 2021-11-16

5 stars

Karina Fisher 2021-11-16

5 stars

Robins 2021-09-03

期待Edge浏览器版本,现在只能在谷歌应用商店搜索到。

Isabella Parkar 2021-08-04

Poor!

Isabella Parkar 2021-08-04

Poor!

delenta dotcom 2021-08-02

Does what it says on the tin

delenta dotcom 2021-08-02

Does what it says on the tin

John Simon 2021-07-06

Awesome, Just what I wanted, Thank you!

John Simon 2021-07-06

Awesome, Just what I wanted, Thank you!

Salvatore Pellegrino 2021-03-23

I love it. Never want to be without it. I only wish this would work on every single site including my bank

Salvatore Pellegrino 2021-03-23

I love it. Never want to be without it. I only wish this would work on every single site including my bank

Esteban Montoya 2021-03-07

No funciona

tiago 2021-03-02

Does not work. I tested it programing an simple password input filed with type="password" value="test", then I opened the options menu, chosed on CTRL and... Nothing. My code is here: <style> input:focus {background-color: red;} input:active {background-color: yellow;} </style> <input type="password" size="100" value="Password" style="padding: 5px;border: 1px solid black;cursor:default;border-radius: 5px;outline:none;">

tiago 2021-03-02

Does not work. I tested it programing an simple password input filed with type="password" value="test", then I opened the options menu, chosed on CTRL and... Nothing. My code is here: <style> input:focus {background-color: red;} input:active {background-color: yellow;} </style> <input type="password" size="100" value="Password" style="padding: 5px;border: 1px solid black;cursor:default;border-radius: 5px;outline:none;">

Yang Cheng 2021-02-22

现在好像用不了了???

Farouk Mahmoud 2020-12-10

thanks, that's very helpful.

Farouk Mahmoud 2020-12-10

thanks, that's very helpful.

Statistics

Installs
100,000
Market
Chrome Web Store
Rating
4.55 (342 votes)
Last update
2022-02-11
Version 1.2.1
Languages