Set password for your browser ( chrome lock )

This extension will allow users to set password for the browser to avoid unauthorized access. Prompts for password on chrome startup

What is Set password for your browser ( chrome lock )?

Set password for your browser ( chrome lock ) is a Chrome extension developed by eswar yaga, and its main feature is "This extension will allow users to set password for the browser to avoid unauthorized access. Prompts for password on chrome startup".

Extension Screenshots

screenshot
screenshot
screenshot

Download Set password for your browser ( chrome lock ) Extension CRX File

Download Set password for your browser ( chrome lock ) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This ultra light weight extension will prompt for password on chrome startup which users have to set after installing the extension...

Hope this helps all chrome users.. No need to lock each time before exiting.

Please don't forgot to enable extension in incognito mode.(refer screenshots).

Also I am not collecting any user data in any form..

any queries contact me @ [email protected]

Also available on Opera. Faster startup now.

https://addons.opera.com/en/extensions/details/set-password-for-your-browser-opera-lock/?display=en                    

Extension Basic Information

Name Set password for your browser ( chrome lock ) Set password for your browser ( chrome lock )
ID cjmjgijhapgicbhmniemjkjeaedanank
Official URL https://chromewebstore.google.com/detail/set-password-for-your-bro/cjmjgijhapgicbhmniemjkjeaedanank
Description This extension will allow users to set password for the browser to avoid unauthorized access. Prompts for password on chrome startup
File Size 24.12 KB
Installation Count 238,858
Current Version 6.6
Last Updated 2022-03-20
Publish Date 2015-12-16
Rating 3.03/5 Total 752 Ratings
Developer eswar yaga
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Set password for your browser ( chrome lock )",
    "description": "This extension will allow users to set password for the browser to avoid unauthorized access. Prompts for password on chrome startup",
    "version": "6.6",
    "minimum_chrome_version": "26.0.1428",
    "author": "eswar yaga",
    "short_name": "Chrome Lock",
    "icons": {
        "16": "blacklock128.png",
        "48": "blacklock48.png",
        "128": "blacklock128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html"
}