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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}