ShowPassword
Extension Actions
            CRX ID
            
          
          
              bbiclfnbhommljbjcoelobnnnibemabl
            
          
            Status
            
          
          
          - Extension status: Featured
 - Live on Store
 
            Description from extension meta
            
          
          
          当鼠标停留在密码框时显示密码。
            Image from store
            
              
            
          
          
          
          
            Description from store
            
            
          
          
          你是否曾经因为打错一个字,而删除所有密码重打?这是很令人讨厌的。
现在你不必这么做了,这个扩充功能会在你鼠标停在密码框上时,显示密码。
此外在选项中,有其它模式可以选择。
其它模式:
点两下密码框后显示密码。
选取密码框时显示密码。
按下Ctrl键后显示密码。
由于许多人质疑这个扩充功能的安全性,所以我把程式码上传到GitHub上。
https://github.com/a161803398/ShowPassword
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
- Matin Khosravi
 - More useful than you think :)
 - Chayan Mungar
 - how to use??
 - Rich Mondy
 - 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
 - working in 2025, just mouse over.
 - KatCit Doe
 - 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
 - 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
 - Works as described. Exactly what I was looking for.
 - Vivian Le
 - you hover over for an optional amount of ms and it shows your password to you :)
 - Paper Tiger
 - 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
 - Best tool so far
 - Mustafa Ipekgil
 - It didnt work on Spotify
 - Najmus Sakib Saycot
 - perfectly working
 - Najmus Sakib Saycot
 - perfectly working
 - Better TWL
 - 超讚的功能!方便!
 - Jo Allen
 - does what it says it does.
 - Jo Allen
 - does what it says it does.
 - Ser Kripta
 - Не работает. кружочки как были так и остались
 - Alex Koff
 - предыстория: вытрахал мосх тп говнотелекома, сожравшего моего провайдера несколько лет назад, по причине утери пароля к доступу к высокоскоростному соединению РРоЕ - идти к ним в мерзкий офис - вдвойне мерзко, ибо ходил. пробовал разные способы вытащит из старого роутера старые пароль с логином - помогло только это расширение - наводишь мышкой и пароль показывается!!! спасибо!
 - Shahin
 - ⚠️ "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
 - ⚠️ "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
 - Работи много добре :) !
 - ran zhang
 - 可以
 - Ajoy Raj
 - Great useful app, says what it claims, nothing more, nothing less.
 - Ajoy Raj
 - Great useful app, says what it claims, nothing more, nothing less.
 - Jeff Jacob
 - 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
 - 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
 - Simple, easy, just works and is so helpful!
 - Gary O'Neal
 - Simple, easy, just works and is so helpful!
 - Marz Parzybok
 - taiwan dosnt existed how do you love it?????
 - Michael Gasperl
 - Tut genau das, was es soll, Passwörter per Hover anzeigen.
 - Yui, Mia Thuỷ
 - very good
 - Yui, Mia Thuỷ
 - very good
 - A Convenience
 - 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
 - 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
 - llllllllll \
 - Karina Fisher
 - 5 stars
 - Karina Fisher
 - 5 stars
 - Robins
 - 期待Edge浏览器版本,现在只能在谷歌应用商店搜索到。
 - Isabella Parkar
 - Poor!
 - Isabella Parkar
 - Poor!
 - delenta dotcom
 - Does what it says on the tin
 - delenta dotcom
 - Does what it says on the tin
 - John Simon
 - Awesome, Just what I wanted, Thank you!
 - John Simon
 - Awesome, Just what I wanted, Thank you!
 - Salvatore Pellegrino
 - I love it. Never want to be without it. I only wish this would work on every single site including my bank
 - Salvatore Pellegrino
 - I love it. Never want to be without it. I only wish this would work on every single site including my bank
 - Esteban Montoya
 - No funciona
 - tiago
 - 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
 - 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
 - 现在好像用不了了???