Show Pass
Show Pass
Cos'è Show Pass?
Show Pass è un'estensione di Chrome sviluppata da JOLT, e la sua funzione principale è "Show Pass".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Show Pass
Scarica i file di estensione Show Pass 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
Simple plugin to show your hidden passwords in chrome. Does not store or record any of your browsing activity. Feel free to checkout my other free plugins.
Informazioni di Base sull'Estensione
Nome | |
ID | cdeaghjhkddplfcnkainahojdkenooee |
URL Ufficiale | https://chrome.google.com/webstore/detail/show-pass/cdeaghjhkddplfcnkainahojdkenooee |
Descrizione | Show Pass |
Dimensione del File | 39.8 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-05-29 |
Data di Pubblicazione | 2017-05-29 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | JOLT |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show Pass", "short_name": "SP", "version": "1.0", "manifest_version": 2, "description": "Show Pass", "icons": { "16": "icon.png" }, "browser_action": { "default_title": "Show Pass" }, "background": { "scripts": [ "jquery.min.js", "popup.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js" ] } ], "permissions": [ "storage", "unlimitedStorage", "activeTab", "tabs", "*:\/\/*\/*" ] } |