Password Revealer
Make the masked password readable
Cos'è Password Revealer?
Password Revealer è un'estensione di Chrome sviluppata da jiaqiguo.jacky, e la sua funzione principale è "Make the masked password readable".
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
Reveals the masked password so it's readable. Informazioni di Base sull'Estensione
| Nome | |
| ID | ogoaogeggfblcfhlhilpbmedilcalpio |
| URL Ufficiale | https://chrome.google.com/webstore/detail/ogoaogeggfblcfhlhilpbmedilcalpio |
| Descrizione | Make the masked password readable |
| Dimensione del File | 34.46 KB |
| Conteggio Installazioni | 31 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-10-17 |
| Data di Pubblicazione | 2017-10-17 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | jiaqiguo.jacky |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://jackysolutions.com |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password Revealer",
"description": "Make the masked password readable",
"version": "1.0",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"jquery.js",
"revealPassword.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Make the masked password readable",
"default_icon": "p.png"
},
"manifest_version": 2
} | |