PasswordViewer - Password Revealer

See what’s under the asterisks (saved passwords), a simple password revealer!

PasswordViewer - Password Revealer là gì?

PasswordViewer - Password Revealer là một tiện ích mở rộng Chrome được phát triển bởi https://henckel.com.br, và tính năng chính của nó là "See what’s under the asterisks (saved passwords), a simple password revealer!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng PasswordViewer - 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

                        Show your hidden passwords.

Reveal your passwords that look like asterisks.

If the password does not reveal itself automatically, you can click the extension icon to force disclosure.
This can happen on login pages created with javascript frameworks like React, Vue or Angular.

IMPORTANT INFORMATION:
We do not store any of your data. Your passwords will not be stored or sent anywhere.
The extension works completely "offline", it only reveals the information that is already masked in the password field.

How to use:

- Install the extension
- Go to the page you need to see the password
- Wait until the page loads completely
- Place the mouse pointer in the password field to see it

HOW TO DISABLE IT:

- Open chrome menu
- Go to Extensions, Look for "PasswordViewer" uncheck the enable that’s it.
- Tick it back to enable.

PT-BR: Veja suas senhas ocultas.

Caso a senha não se revele automaticamente, você pode clicar no ícone da extensão para forçar a revelação.
Isso pode acontecer em páginas de login criadas com frameworks javascript como React, Vue ou Angular.

INFORMAÇÃO IMPORTANTE:
Não armazenamos nenhum dado seu. As suas senhas não serão armazenadas nem enviadas para qualquer lugar.
A extensão funciona totalmente "offline", apenas revela a informação que já aparece mascarada no campo de senhas.

Como utilizar:

- Instale a extensão
- Vá para a página que você precisa para ver a senha
- Espere até que a página carregue completamente
- Coloque o ponteiro do mouse no campo de senha para vê-la

COMO DESABILITAR:

- Abra o menu do Chrome
- Vá para Extensões, procure "PasswordViewer" e desmarque a ativação.
- Clique novamente para ativar.                    

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

Tên PasswordViewer - Password Revealer PasswordViewer - Password Revealer
ID ohahnaoiiemjagdndajfmjnfpbpdomoi
URL Chính Thức https://chromewebstore.google.com/detail/passwordviewer-password-r/ohahnaoiiemjagdndajfmjnfpbpdomoi
Mô tả See what’s under the asterisks (saved passwords), a simple password revealer!
Kích Thước Tệp 9.79 KB
Số Lần Cài Đặt 871
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2022-05-20
Ngày Phát Hành 2020-08-25
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://henckel.com.br
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vitor.henckel.com.br/extensions/whatsolx.html
URL Trang Trợ Giúp https://vitor.henckel.com.br/extensions/whatsolx.html
URL Trang Chính Sách Bảo Mật https://vitor.henckel.com.br/extensions/whatsolx.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "name": "PasswordViewer - Password Revealer",
    "description": "See what\u2019s under the asterisks (saved passwords), a simple password revealer!",
    "version": "3.0.1",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "PasswordViewer!",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    }
}