Show password
Viewing hidden passwords on page
What is Show password?
Show password is a Chrome extension developed by alexandr1drozd, and its main feature is "Viewing hidden passwords on page".
Extension Screenshots
Download Show password Extension CRX File
Download Show password extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With this extension, you can see your password in the password field, it is very convenient to use it on sites where this option is not available.
Extension Basic Information
Name | Show password |
ID | clknajphkicnepcpecgjghccmmkhcagc |
Official URL | https://chromewebstore.google.com/detail/show-password/clknajphkicnepcpecgjghccmmkhcagc |
Description | Viewing hidden passwords on page |
File Size | 32.59 KB |
Installation Count | 4,403 |
Current Version | 2.1 |
Last Updated | 2023-02-02 |
Publish Date | 2019-01-19 |
Rating | 4.73/5 Total 40 Ratings |
Developer | alexandr1drozd |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Show password", "description": "Viewing hidden passwords on page", "icons": { "19": "icons\/19.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "version": "2.1", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Make show password", "default_popup": "popup.html" } } |