LockPW

LockPW is a password protection for Browser.

LockPW là gì?

LockPW là một tiện ích mở rộng Chrome được phát triển bởi marek-jame, và tính năng chính của nó là "LockPW is a password protection for Browser.".

Ả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 LockPW

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

                        LockPW Free (Lock Password) Extension for Google Chrome browser allows you to set a password to activate the browser.
Functional:

* Lock using the hotkey Ctrl + Shift + L
* Manual override
* Lock simple
* Lock starnitsu site (Beta)
* Limit login attempts with an action:
   1. Open a new window in incognito
   2. Delete Browsing History

 Check Log
  - Version: 2.0.4
   + Update manifest 2 to manifest 3
   + Fix autolock
   + Fix close window lock from menubar
   + Better locked process security

  - Version: 2.0.5
   + Fix show lock screen when start browser
   + Fix close window lost focus from password entry window.
   + Fix error not work when log in more than allowed times.
   + Added result sharing feature protecting the browser from unauthorized accesses, to social networks like LinkedIn,
Twitter and automatically sharing to Facebook using the post api.

- Version: 2.0.6
   + Fix autolock browser
   + Fix close window lock (Alt+F4)

- Version: 2.0.7
     + Fix error of locked window opening continuously
     + Fix the error of opening the browser without showing the lock screen

- Version: 2.0.8: Fix require password on startup browser


If you want to help with the translation, write to the mail "[email protected]"                    

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

Tên LockPW LockPW
ID kjcloihghgncbdkaafgkckbokjnehfmo
URL Chính Thức https://chromewebstore.google.com/detail/lockpw/kjcloihghgncbdkaafgkckbokjnehfmo
Mô tả LockPW is a password protection for Browser.
Kích Thước Tệp 154 KB
Số Lần Cài Đặt 168,067
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2023-11-04
Ngày Phát Hành 2020-02-18
Đánh Giá 3.24/5 Tổng số 851 Đánh Giá
Nhà Phát Triển marek-jame
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/privacy-policy-lockpw/home
Ngôn Ngữ Được Hỗ Trợ en,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "16.png",
            "19": "19.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "default_locale": "en",
    "offline_enabled": true,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/twitter.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.961beef6.29c3c213.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "options_page": "src\/options\/index.html",
    "permissions": [
        "contextMenus",
        "idle",
        "alarms",
        "storage",
        "history",
        "declarativeNetRequest"
    ],
    "commands": {
        "lockON": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Lock On"
        }
    },
    "name": "LockPW",
    "version": "2.1.1",
    "description": "LockPW is a password protection for Browser.",
    "icons": {
        "16": "128.png",
        "48": "128.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/lock\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "resources": [
                "assets\/browser-polyfill.d9f9ce30.js",
                "assets\/_commonjsHelpers.4e997714.js",
                "assets\/index.ts.961beef6.js"
            ],
            "use_dynamic_url": true
        }
    ]
}