Password Revealer

Password Revealer

Co to jest Password Revealer?

Password Revealer to rozszerzenie Chrome opracowane przez Nipun Nirmana, a jego główną funkcją jest „Password Revealer”.

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

                        See what’s under the asterisks (Saved passwords), A simple password revealer 
Instructions
Install the extension,
Go to the page you need to see the password
Wait till the page loads completely 
Focus mouse pointer on to the password field to see the password 
HOW TO DISABLE IT
Open chrome menu 
Go to Extensions, Look for Password Revealer uncheck the enable that’s it .Tick it back to enable.                    

Podstawowe informacje o rozszerzeniu

Nazwa Password Revealer Password Revealer
ID gldhelojchodefkemcnpaagnokhjlmia
Oficjalny URL https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia
Opis Password Revealer
Rozmiar pliku 52.32 KB
Liczba instalacji 10,000
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-08-19
Data Publikacji 2013-08-19
Ocena 4.09/5 Łącznie 43 Oceny
Deweloper Nipun Nirmana
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.2.min.js",
                "mouseover.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "converted_from_user_script": true,
    "description": "Password Revealer",
    "name": "Password Revealer",
    "version": "0.1"
}