Show password

Viewing hidden passwords on page

Wat is Show password?

Show password is een Chrome-extensie ontwikkeld door alexandr1drozd, en de belangrijkste functie is "Viewing hidden passwords on page".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Show password

Download Show password-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

                        With this extension, you can see your password in the password field, it is very convenient to use it on sites where this option is not available.                    

Basisinformatie over de Extensie

Naam Show password Show password
ID clknajphkicnepcpecgjghccmmkhcagc
Officiële URL https://chromewebstore.google.com/detail/show-password/clknajphkicnepcpecgjghccmmkhcagc
Beschrijving Viewing hidden passwords on page
Bestandsgrootte 32.59 KB
Aantal Installaties 4,403
Huidige Versie 2.1
Laatst Bijgewerkt 2023-02-02
Publicatiedatum 2019-01-19
Beoordeling 4.73/5 Totaal 40 Beoordelingen
Ontwikkelaar alexandr1drozd
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show password",
    "description": "Viewing hidden passwords on page",
    "icons": {
        "19": "icons\/19.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "2.1",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Make show password",
        "default_popup": "popup.html"
    }
}