Show Pass

Show Pass

Wat is Show Pass?

Show Pass is een Chrome-extensie ontwikkeld door JOLT, en de belangrijkste functie is "Show Pass".

Extensie Screenshots

Download het CRX-bestand van de extensie Show Pass

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

                        Simple plugin to show your hidden passwords in chrome. 

Does not store or record any of your browsing activity.

Feel free to checkout my other free plugins.                    

Basisinformatie over de Extensie

Naam Show Pass Show Pass
ID cdeaghjhkddplfcnkainahojdkenooee
Officiële URL https://chrome.google.com/webstore/detail/show-pass/cdeaghjhkddplfcnkainahojdkenooee
Beschrijving Show Pass
Bestandsgrootte 39.8 KB
Aantal Installaties 1,000
Huidige Versie 1.0
Laatst Bijgewerkt 2017-05-29
Publicatiedatum 2017-05-29
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar JOLT
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Pass",
    "short_name": "SP",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Show Pass",
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_title": "Show Pass"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "popup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "*:\/\/*\/*"
    ]
}