Browser Lock | Lock Your Browser

Take control of your web browser privacy!

Was ist Browser Lock | Lock Your Browser?

Browser Lock | Lock Your Browser ist eine Chrome-Erweiterung, die von humbldump entwickelt wurde, und ihr Hauptmerkmal ist "Take control of your web browser privacy!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Browser Lock | Lock Your Browser-Erweiterungs-CRX-Datei herunterladen

Laden Sie Browser Lock | Lock Your Browser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Browser Lock | Lock Your Browser Browser Lock | Lock Your Browser
ID nldijlfmoepgjkjhmdiiainkjgmpdnmj
Offizielle URL https://chrome.google.com/webstore/detail/browser-lock-lock-your-br/nldijlfmoepgjkjhmdiiainkjgmpdnmj
Beschreibung Take control of your web browser privacy!
Dateigröße 736 KB
Installationsanzahl 45,061
Aktuelle Version 1.0.7
Letztes Update 2021-04-13
Veröffentlichungsdatum 2020-07-24
Bewertung 4.09/5 Insgesamt 109 Bewertungen
Entwickler humbldump
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://humbldump.com/browserlock/privacy
Unterstützte Sprachen 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"
}