Password revealer

A plugin to reveal passwords on a page.

Co to jest Password revealer?

Password revealer to rozszerzenie Chrome opracowane przez giangi.ces, a jego główną funkcją jest „A plugin to reveal passwords on a page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Password revealer

Pobierz pliki rozszerzeń Password revealer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Password revealer Password revealer
ID abbolcekgiodpdnlilkihklmengfhege
Oficjalny URL https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege
Opis A plugin to reveal passwords on a page.
Rozmiar pliku 18.46 KB
Liczba instalacji 22
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2018-08-07
Data Publikacji 2018-08-07
Deweloper giangi.ces
Typ Płatności free
Obsługiwane Języki 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"
    ]
}