WebExtension.net
Toggle dark mode
WebExtension.net

LockPW

View on Chrome Web Store
View LockPW Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

LockPW is a password protection for Browser.
Type
Extension
Users
2,000 users
1K
AppWeb
View author page of AppWeb
Published
Published on August 9, 2017
Version 7.0.3
Manifest version
2
Updated
Updated on January 17, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View LockPW Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "author": "SofWar",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortDesc",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "scripts": [
            "scripts\/background.js",
            "scripts\/ga.js"
        ]
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "19": "images\/icons\/19.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 2,
    "offline_enabled": true,
    "options_page": "index.html",
    "permissions": [
        "contextMenus",
        "commands",
        "idle",
        "storage"
    ],
    "optional_permissions": [
        "history"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0.3",
    "commands": {
        "lockON": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Lock browser"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "\/scripts\/md5.js"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top