Password revealer
A plugin to reveal passwords on a page.
What is Password revealer?
Password revealer is a Chrome extension developed by giangi.ces, and its main feature is "A plugin to reveal passwords on a page.".
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
This plugin reveals the passwords on the page it's invoked on. The plugin does not have access to your passwords nor store them in any way.
Extension Basic Information
Name | Password revealer |
ID | abbolcekgiodpdnlilkihklmengfhege |
Official URL | https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege |
Description | A plugin to reveal passwords on a page. |
File Size | 18.46 KB |
Installation Count | 22 |
Current Version | 0.0.1 |
Last Updated | 2018-08-07 |
Publish Date | 2018-08-07 |
Developer | giangi.ces |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password revealer", "version": "0.0.1", "manifest_version": 2, "description": "A plugin to reveal passwords on a page.", "homepage_url": "https:\/\/loudsrl.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "48": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "browser_action": { "default_title": "Reveal!" }, "permissions": [ "storage", "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |