Password Revealer
Reveals passwords hidden by asterisks.
What is Password Revealer?
Password Revealer is a Chrome extension developed by AK B, and its main feature is "Reveals passwords hidden by asterisks.".
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
Reveals passwords hidden by asterisks.
Extension Basic Information
Name | |
ID | kehgpignblabdbbkmjfdajficibbchcm |
Official URL | https://chrome.google.com/webstore/detail/password-revealer/kehgpignblabdbbkmjfdajficibbchcm |
Description | Reveals passwords hidden by asterisks. |
File Size | 12.85 KB |
Installation Count | 7,000 |
Current Version | 0.2 |
Last Updated | 2015-01-26 |
Publish Date | 2015-01-26 |
Rating | 3.63/5 Total 19 Ratings |
Developer | AK B |
Payment Type | free |
Extension Website | http://aksn1p3r.blogspot.com/2007/07/firefox-asterisk-revealer.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Revealer", "short_name": "Password Revealer", "version": "0.2", "description": "Reveals passwords hidden by asterisks.", "permissions": [ "declarativeContent", "activeTab" ], "background": { "scripts": [ "revealer.js", "reveal.js" ] }, "icons": { "16": "reveal16.png", "48": "reveal48.png", "128": "reveal128.png" }, "page_action": { "default_icon": { "19": "reveal19.png", "38": "reveal38.png", "128": "reveal128.png" }, "default_title": "Reveal Password!" }, "manifest_version": 2 } |