Password revealer

A plugin to reveal passwords on a page.

什麼是Password revealer?

Password revealer是由giangi.ces開發的Chrome擴展程式,該擴展的主要功能是“A plugin to reveal passwords on a page.”。

擴展截圖

screenshot

下載Password revealer擴展crx文件

下載Password revealer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Password revealer Password revealer
ID abbolcekgiodpdnlilkihklmengfhege
官方網址 https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege
簡介 A plugin to reveal passwords on a page.
檔案大小 18.46 KB
安裝次數 22
目前版本 0.0.1
更新時間 2018-08-07
上架時間 2018-08-07
開發者 giangi.ces
付費類型 free
支援的語言 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"
    ]
}