Password Reveal

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

Hvad er Password Reveal?

Password Reveal er en Chrome-udvidelse udviklet af https://suarezluis.com, og dens hovedfunktion er "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Password Reveal-udvidelses-CRX-fil

Download Password Reveal-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
Officiel URL https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Beskrivelse One click password reveal. Just click the icon and any password that is hidden will become legible text.
Filstørrelse 7.59 KB
Antal Installationer 815
Nuværende Version 1.0
Senest Opdateret 2019-01-08
Udgivelsesdato 2019-01-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://suarezluis.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}