Browser Lock

Lock your browser and stay private!

Τι είναι το Browser Lock;

Το Browser Lock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://browserlock.net, και η κύρια λειτουργία του είναι "Lock your browser and stay private!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Browser Lock

Λήψη αρχείων επέκτασης Browser Lock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Browser Lock gives you the privacy you deserve without having to worry about an unwanted person accessing your social media accounts, bank credentials, or worse. You can now lock your browser and go away from your computer, knowing everything will stay just as you left it.

Customize your lock screen!
You can fully customize your screen with a background image, color theme, and other features to make it stand out. Browser Lock will not only protect your device but also make sure you stay safe in style.

Keep your information confidential
We often find ourselves working out of our homes around people we don’t know and don’t trust. Leaving your computer alone could be a potentially dangerous situation, but Browser Lock will make sure what’s yours stays yours.

Work more efficiently
Select the websites you visit most often to quickly access them from the main screen. Adjust your clock and search bar from its size to the position, remove the elements you never use, and get the most out of browsing the web.

find out more https://browserlock.net/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Browser Lock Browser Lock
ID clhcpiapgamjnmfjaameelgfjkcblehe
Επίσημο URL https://chrome.google.com/webstore/detail/clhcpiapgamjnmfjaameelgfjkcblehe
Περιγραφή Lock your browser and stay private!
Μέγεθος Αρχείου 7.74 MB
Αριθμός Εγκαταστάσεων 1,784
Τρέχουσα Έκδοση 0.2.5
Τελευταία Ενημέρωση 2022-01-17
Ημερομηνία Δημοσίευσης 2021-04-01
Αξιολόγηση 3.67/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής http://browserlock.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://browserlock.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://browserlock.net/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://letscompare.deals/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Lock",
    "version": "0.2.5",
    "manifest_version": 2,
    "description": "Lock your browser and stay private!",
    "homepage_url": "https:\/\/browserlock.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Browser Lock Screen"
    },
    "permissions": [
        "idle",
        "tabs",
        "chrome:\/\/favicon\/",
        "*:\/\/*.browserlock.net\/*",
        "notifications",
        "alarms"
    ],
    "optional_permissions": [
        "history",
        "topSites"
    ],
    "commands": {
        "force_lock": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "global": true,
            "description": "Force browser lock"
        },
        "force_unlock": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "global": true,
            "description": "Force browser unlock"
        }
    },
    "web_accessible_resources": [
        "\/icons\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/www.googletagmanager.com https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/cdn.jsdelivr.net\/npm\/vue@2\/dist\/vue.js; object-src 'self'"
}