Password revealer
A plugin to reveal passwords on a page.
Cos'è Password revealer?
Password revealer è un'estensione di Chrome sviluppata da giangi.ces, e la sua funzione principale è "A plugin to reveal passwords on a page.".
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
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.
Informazioni di Base sull'Estensione
Nome | Password revealer |
ID | abbolcekgiodpdnlilkihklmengfhege |
URL Ufficiale | https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege |
Descrizione | A plugin to reveal passwords on a page. |
Dimensione del File | 18.46 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2018-08-07 |
Data di Pubblicazione | 2018-08-07 |
Sviluppatore | giangi.ces |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |