Password Revealer
Password Revealer
Cos'è Password Revealer?
Password Revealer è un'estensione di Chrome sviluppata da Nipun Nirmana, e la sua funzione principale è "Password Revealer".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Password Revealer
Scarica i file di estensione Password Revealer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gldhelojchodefkemcnpaagnokhjlmia |
URL Ufficiale | https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia |
Descrizione | Password Revealer |
Dimensione del File | 52.32 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-08-19 |
Data di Pubblicazione | 2013-08-19 |
Valutazione | 4.09/5 Totale 43 Valutazioni |
Sviluppatore | Nipun Nirmana |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |