Password Revealer
Password Revealer
Wat is Password Revealer?
Password Revealer is een Chrome-extensie ontwikkeld door Nipun Nirmana, en de belangrijkste functie is "Password Revealer".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Revealer
Download Password Revealer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gldhelojchodefkemcnpaagnokhjlmia |
Officiële URL | https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia |
Beschrijving | Password Revealer |
Bestandsgrootte | 52.32 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-08-19 |
Publicatiedatum | 2013-08-19 |
Beoordeling | 4.09/5 Totaal 43 Beoordelingen |
Ontwikkelaar | Nipun Nirmana |
Betalingswijze | free |
Ondersteunde Talen | 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" } |