Password Revealer
Password Revealer
Password Revealer là gì?
Password Revealer là một tiện ích mở rộng Chrome được phát triển bởi Nipun Nirmana, và tính năng chính của nó là "Password Revealer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Password Revealer
Tải xuống các tệp mở rộng Password Revealer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gldhelojchodefkemcnpaagnokhjlmia |
URL Chính Thức | https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia |
Mô tả | Password Revealer |
Kích Thước Tệp | 52.32 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2013-08-19 |
Ngày Phát Hành | 2013-08-19 |
Đánh Giá | 4.09/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | Nipun Nirmana |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |