Password revealer
A plugin to reveal passwords on a page.
Wat is Password revealer?
Password revealer is een Chrome-extensie ontwikkeld door giangi.ces, en de belangrijkste functie is "A plugin to reveal passwords on a page.".
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
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.
Basisinformatie over de Extensie
Naam | Password revealer |
ID | abbolcekgiodpdnlilkihklmengfhege |
Officiële URL | https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege |
Beschrijving | A plugin to reveal passwords on a page. |
Bestandsgrootte | 18.46 KB |
Aantal Installaties | 22 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2018-08-07 |
Publicatiedatum | 2018-08-07 |
Ontwikkelaar | giangi.ces |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |