Invisible Password

Hide your password from those eyes!

Invisible Password là gì?

Invisible Password là một tiện ích mở rộng Chrome được phát triển bởi dvliman, và tính năng chính của nó là "Hide your password from those eyes!".

Ả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 Invisible Password

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

                        Reveal hidden password under asterisks / stars                    

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

Tên Invisible Password Invisible Password
ID efeggfalpdfogofpllhhkccaojdbfmjh
URL Chính Thức https://chrome.google.com/webstore/detail/invisible-password/efeggfalpdfogofpllhhkccaojdbfmjh
Mô tả Hide your password from those eyes!
Kích Thước Tệp 48.37 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-03-10
Ngày Phát Hành 2014-03-10
Nhà Phát Triển dvliman
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invisible Password",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Hide your password from those eyes!",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}