Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 29, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LockPW", "version": "8.0", "description": "The name of the application displayed in the online store.", "permissions": [ "storage", "commands", "tabs", "windows" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "BrowserLock - Click to lock\/unlock", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "options_page": "options.html", "commands": { "lock-browser": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Command+Shift+L" }, "description": "Lock browser with password" } }, "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }