Show password

Ability to show passwords in input fields!

Wat is Show password?

Show password is een Chrome-extensie ontwikkeld door https://zerfl.com, en de belangrijkste functie is "Ability to show passwords in input fields!".

Extensie Screenshots

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

                        Unmask all password fields on any site!

Version 1.01:
* Fixed error when using the "Show password" button multiple times                    

Basisinformatie over de Extensie

Naam Show password Show password
ID bhdnhgkhmoeacgcfkokmoidaedlblgho
Officiële URL https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho
Beschrijving Ability to show passwords in input fields!
Bestandsgrootte 12.84 KB
Aantal Installaties 1,824
Huidige Versie 1.01
Laatst Bijgewerkt 2018-12-30
Publicatiedatum 2018-12-30
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://zerfl.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show password",
    "version": "1.01",
    "description": "Ability to show passwords in input fields!",
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "96": "icon96.png",
        "128": "icon128.png"
    }
}