Password revealer

A plugin to reveal passwords on a page.

Password revealer là gì?

Password revealer là một tiện ích mở rộng Chrome được phát triển bởi giangi.ces, và tính năng chính của nó là "A plugin to reveal passwords on a page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Password revealer Password revealer
ID abbolcekgiodpdnlilkihklmengfhege
URL Chính Thức https://chromewebstore.google.com/detail/password-revealer/abbolcekgiodpdnlilkihklmengfhege
Mô tả A plugin to reveal passwords on a page.
Kích Thước Tệp 18.46 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2018-08-07
Ngày Phát Hành 2018-08-07
Nhà Phát Triển giangi.ces
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}