Password revealer

A plugin to reveal passwords on a page.

Co je Password revealer?

Password revealer je rozšíření Chrome vyvinuté giangi.ces, a jeho hlavní funkcí je „A plugin to reveal passwords on a page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Password revealer

Stáhněte si soubory rozšíření Password revealer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This plugin reveals the passwords on the page it's invoked on. The plugin does not have access to your passwords nor store them in any way.                    

Základní Informace o Rozšíření

Název Password revealer Password revealer
ID abbolcekgiodpdnlilkihklmengfhege
Oficiální URL https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege
Popis A plugin to reveal passwords on a page.
Velikost souboru 18.46 KB
Počet instalací 22
Aktuální Verze 0.0.1
Poslední Aktualizace 2018-08-07
Datum Vydání 2018-08-07
Vývojář giangi.ces
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password revealer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A plugin to reveal passwords on a page.",
    "homepage_url": "https:\/\/loudsrl.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "38": "images\/icons\/38.png",
        "48": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_title": "Reveal!"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ]
}