Password Viewer

Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click

Password Viewer là gì?

Password Viewer là một tiện ích mở rộng Chrome được phát triển bởi Satbir Kaushik, và tính năng chính của nó là "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Password Viewer

Tải xuống các tệp mở rộng Password Viewer 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 extension facilitates the direct copying or viewing of passwords from input fields containing asterisk signs on any currently open web page.
--
Unlock a seamless browsing experience with our Chrome extension! By installing this powerful tool, you not only enhance your online interactions but also support the creation of valuable and innovative extensions. 
Your contribution fuels my dedication to developing top-notch solutions. Install now and be part of my mission to make your web journey extraordinary.                    

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

Tên Password Viewer Password Viewer
ID majhkhdiofehedjpbcoakbmoiogbmcdp
URL Chính Thức https://chromewebstore.google.com/detail/password-viewer/majhkhdiofehedjpbcoakbmoiogbmcdp
Mô tả Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click
Kích Thước Tệp 43.53 KB
Số Lần Cài Đặt 4,826
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-09-04
Ngày Phát Hành 2018-03-17
Đánh Giá 3.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Satbir Kaushik
Email [email protected]
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 Viewer",
    "manifest_version": 3,
    "version": "1.3",
    "description": "Reveal and Copy the password hidden in the form of asterisks signs on any web page with a single click",
    "action": {
        "name": "Password Viewer",
        "icons": [
            "icon.png"
        ],
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "Password Viewer"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "copy.svg",
                "hide.svg",
                "show.svg"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}