Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

Apa itu Password Reveal?

Password Reveal adalah ekstensi Chrome yang dikembangkan oleh https://suarezluis.com, dan fitur utamanya adalah "One click password reveal. Just click the icon and any password that is hidden will become legible text.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Password Reveal

Unduh file ekstensi Password Reveal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

Informasi Dasar Ekstensi

Nama Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
URL Resmi https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
Deskripsi One click password reveal. Just click the icon and any password that is hidden will become legible text.
Ukuran File 7.59 KB
Jumlah Instalasi 815
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-01-08
Tanggal Publikasi 2019-01-07
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://suarezluis.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}