WebBlock

Block distracting websites

WebBlock란 무엇입니까?

WebBlock은(는) webblockdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block distracting websites"입니다.

확장 프로그램 스크린샷

screenshot

WebBlock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Finally, a website blocker that actually works!

Some website blockers are too strict, so you disable them, only to never enable them again.

Some are too lax, so you figure out how to bypass them and they become useless.

WebBlock finds the perfect balance: it let's you go on blocked websites, but first you have to do nothing for 1 minute. The boredom is the perfect deterrent from binging youtube, but doesn't get in the way of real work!                    

확장 프로그램 기본 정보

이름 WebBlock WebBlock
ID jeahkphmdfbddenabgndnooheiciocka
공식 URL https://chromewebstore.google.com/detail/webblock/jeahkphmdfbddenabgndnooheiciocka
설명 Block distracting websites
파일 크기 32.56 KB
설치 횟수 496
현재 버전 3.1.5
최근 업데이트 2022-12-08
출시 날짜 2020-07-05
평점 4.78/5 총 9 개의 평점
개발자 webblockdev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/SimonBerens/WebBlock
도움말 페이지 URL https://github.com/SimonBerens/WebBlock/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebBlock",
    "version": "3.1.5",
    "description": "Block distracting websites",
    "icons": {
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_icon": [],
        "default_title": "WebBlock",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ]
}