Password Revealer
Password Revealer
What is Password Revealer?
Password Revealer is a Chrome extension developed by Nipun Nirmana, and its main feature is "Password Revealer".
Extension Screenshots
Download Password Revealer Extension CRX File
Download Password Revealer 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
See what’s under the asterisks (Saved passwords), A simple password revealer Instructions Install the extension, Go to the page you need to see the password Wait till the page loads completely Focus mouse pointer on to the password field to see the password HOW TO DISABLE IT Open chrome menu Go to Extensions, Look for Password Revealer uncheck the enable that’s it .Tick it back to enable.
Extension Basic Information
Name | |
ID | gldhelojchodefkemcnpaagnokhjlmia |
Official URL | https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia |
Description | Password Revealer |
File Size | 52.32 KB |
Installation Count | 10,000 |
Current Version | 0.1 |
Last Updated | 2013-08-19 |
Publish Date | 2013-08-19 |
Rating | 4.09/5 Total 43 Ratings |
Developer | Nipun Nirmana |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.2.min.js", "mouseover.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "converted_from_user_script": true, "description": "Password Revealer", "name": "Password Revealer", "version": "0.1" } |