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.”。
扩展截图
下载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 |
ID | abbolcekgiodpdnlilkihklmengfhege |
官方URL | 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" ] } |