Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

Wat is Password Reveal?

Password Reveal is een Chrome-extensie ontwikkeld door https://suarezluis.com, en de belangrijkste functie is "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Password Reveal

Download Password Reveal-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

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

Basisinformatie over de Extensie

Naam Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
Officiële URL https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Beschrijving One click password reveal. Just click the icon and any password that is hidden will become legible text.
Bestandsgrootte 7.59 KB
Aantal Installaties 815
Huidige Versie 1.0
Laatst Bijgewerkt 2019-01-08
Publicatiedatum 2019-01-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://suarezluis.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}