Password revealer

A plugin to reveal passwords on a page.

Apa itu Password revealer?

Password revealer adalah ekstensi Chrome yang dikembangkan oleh giangi.ces, dan fitur utamanya adalah "A plugin to reveal passwords on a page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Password revealer

Unduh file ekstensi Password revealer 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

                        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.                    

Informasi Dasar Ekstensi

Nama Password revealer Password revealer
ID abbolcekgiodpdnlilkihklmengfhege
URL Resmi https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege
Deskripsi A plugin to reveal passwords on a page.
Ukuran File 18.46 KB
Jumlah Instalasi 22
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-08-07
Tanggal Publikasi 2018-08-07
Pengembang giangi.ces
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}