Web Lock | App lock for websites

Your app lock, but for the web. Protect any website with a password!

Web Lock | App lock for websites란 무엇입니까?

Web Lock | App lock for websites은(는) https://blogdesire.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your app lock, but for the web. Protect any website with a password!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Web Lock | App lock for websites 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Web lock is password protection for websites, just like app locks on mobile phones. With this extension, you can password protect any website that contains your sensitive data, like email, chat, photos, etc.

This is also an excellent fit for parents who want to restrict their children from accessing the broad internet.

Key Features:
Web Lock: To Protect any website with a password
Block Site: Block any distracting website to stay focused
Browser Lock: Lock your entire browser with just one click
Password Recovery: Easy password recovery system. So, you don't have to worry if you ever forget your password. 
Password Change: Change your password with just one click.

Changelog:
--v1.31
- Released Browser Lock Alpha Version
--v1.3
- Fixed the issue of not working on some sites.
- Added Browser Lock feature
--v1.2
- Changed Email Server
- Added Block Site
- Added Announcement Page
- Added Feedback Form
- Improved URL input experience

--v1.1
- Initial Release with web lock feature                    

확장 프로그램 기본 정보

이름 Web Lock | App lock for websites Web Lock | App lock for websites
ID dnnadodijkgincdakbjjhhcmlbfpahjj
공식 URL https://chromewebstore.google.com/detail/web-lock-app-lock-for-web/dnnadodijkgincdakbjjhhcmlbfpahjj
설명 Your app lock, but for the web. Protect any website with a password!
파일 크기 251 KB
설치 횟수 12,623
현재 버전 1.31
최근 업데이트 2024-03-04
출시 날짜 2022-03-20
평점 4.29/5 총 51 개의 평점
개발자 https://blogdesire.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apps.blogdesire.com/web-lock
도움말 페이지 URL https://khokon.dev/contact
개인정보 보호 정책 페이지 URL https://server.khokon.dev/weblock-privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Khokon M. (khokon.dev)",
    "content_scripts": [
        {
            "js": [
                "assets\/js\/sha.js",
                "assets\/js\/noty.js",
                "assets\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/login.css",
                "assets\/css\/noty.css",
                "assets\/js\/locker.js",
                "assets\/js\/sha.js",
                "assets\/js\/noty.js",
                "assets\/img\/up-arrow.svg",
                "forgot.html",
                "login.html",
                "blocked.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "action": {
        "default_icon": "assets\/img\/48.png",
        "default_popup": "popup.html",
        "default_title": "Web Lock"
    },
    "description": "Your app lock, but for the web. Protect any website with a password!",
    "homepage_url": "https:\/\/blogdesire.com",
    "icons": {
        "128": "assets\/img\/128.png",
        "48": "assets\/img\/48.png"
    },
    "manifest_version": 3,
    "name": "Web Lock | App lock for websites",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "short_name": "weblock",
    "version": "1.31"
}