Browser Lock | Lock Your Browser

Take control of your web browser privacy!

什么是Browser Lock | Lock Your Browser?

Browser Lock | Lock Your Browser是由humbldump开发的Chrome扩展程序,该扩展的主要功能是“Take control of your web browser privacy!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Browser Lock | Lock Your Browser扩展crx文件

下载Browser Lock | Lock Your Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Browser Lock | Lock Your Browser Browser Lock | Lock Your Browser
ID nldijlfmoepgjkjhmdiiainkjgmpdnmj
官方URL https://chrome.google.com/webstore/detail/browser-lock-lock-your-br/nldijlfmoepgjkjhmdiiainkjgmpdnmj
简介 Take control of your web browser privacy!
文件大小 736 KB
安装次数 45,061
当前版本 1.0.7
更新时间 2021-04-13
上架时间 2020-07-24
评分 4.09/5 共109次评分
开发者 humbldump
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://humbldump.com/browserlock/privacy
支持的语言 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"
}