Browser Lock | Lock Your Browser
Take control of your web browser privacy!
What is Browser Lock | Lock Your Browser?
Browser Lock | Lock Your Browser is a Chrome extension developed by humbldump, and its main feature is "Take control of your web browser privacy!".
Extension Screenshots
Download Browser Lock | Lock Your Browser Extension CRX File
Download Browser Lock | Lock Your Browser 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
Browser Lock is a password protection for your Browser. Browser Lock, gonna protect your browser against unauthorized users. * Lock browser on startup * Lock browser with using context menu * Lock simple * Change your password simple * Dark mode theme * Password recovery with your email * Clear browser history after wrong login attempt * Multi language * MD5 encryption If you want to help me with translation, you can contact with me at my mail address. [email protected]
Extension Basic Information
Name | |
ID | nldijlfmoepgjkjhmdiiainkjgmpdnmj |
Official URL | https://chrome.google.com/webstore/detail/browser-lock-lock-your-br/nldijlfmoepgjkjhmdiiainkjgmpdnmj |
Description | Take control of your web browser privacy! |
File Size | 736 KB |
Installation Count | 45,061 |
Current Version | 1.0.7 |
Last Updated | 2021-04-13 |
Publish Date | 2020-07-24 |
Rating | 4.09/5 Total 109 Ratings |
Developer | humbldump |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://humbldump.com/browserlock/privacy |
Supported Languages | en,tr,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "HumblDump", "background": { "scripts": [ "js\/util.js", "js\/notification.js", "js\/bg.js", "js\/start.js" ] }, "content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/*.gstatic.com https:\/\/*.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_uygulama_aciklama__", "icons": { "128": "logos\/128-logo.png", "16": "logos\/16-logo.png", "24": "logos\/24-logo.png", "48": "logos\/48-logo.png", "64": "logos\/64-logo.png" }, "manifest_version": 2, "minimum_chrome_version": "49", "name": "__MSG_uygulama_baslik__", "options_page": "html\/options.html", "commands": { "lock-the-browser": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Press to lock your browser" } }, "permissions": [ "tabs", "notifications", "contextMenus", "storage", "unlimitedStorage", "history", "*:\/\/worker.indiryo.com\/", "*:\/\/google.com\/*" ], "short_name": "__MSG_uygulama_kisa_baslik__", "version": "1.0.7" } |