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
Eメール [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"
}