Password Reveal

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

Vad är Password Reveal?

Password Reveal är en Chrome-tillägg utvecklad av https://suarezluis.com, och dess huvudfunktion är "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Password Reveal-förlängningens CRX-fil

Ladda ner Password Reveal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
Officiell webbadress https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Beskrivning One click password reveal. Just click the icon and any password that is hidden will become legible text.
Filstorlek 7.59 KB
Antal Installationer 815
Aktuell Version 1.0
Senast Uppdaterad 2019-01-08
Publiceringsdatum 2019-01-07
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://suarezluis.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}