Password Revealer
Password Revealer
什麼是Password Revealer?
Password Revealer是由Nipun Nirmana開發的Chrome擴展程式,該擴展的主要功能是“Password Revealer”。
擴展截圖
下載Password Revealer擴展crx文件
下載Password Revealer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | gldhelojchodefkemcnpaagnokhjlmia |
官方網址 | https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia |
簡介 | Password Revealer |
檔案大小 | 52.32 KB |
安裝次數 | 10,000 |
目前版本 | 0.1 |
更新時間 | 2013-08-19 |
上架時間 | 2013-08-19 |
評分 | 4.09/5 共 43 次評分 |
開發者 | Nipun Nirmana |
付費類型 | free |
支援的語言 | 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" } |