WaitBlock

Setup wait period for time-wasting sites.

WaitBlock란 무엇입니까?

WaitBlock은(는) https://mscavnicky.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Setup wait period for time-wasting sites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        WaitBlock allows you to setup wait period for time-wasting sites. Upon visiting a blocked website, you will be presented with a countdown you need to wait out.

This turns the dopamine-induced sensation you get when opening Facebook, into boring and borderline frustrating experience. After a while, you will no longer be subconsciously opening it again.

You also get a beautiful picture every day, which will remind you of the life out there.                    

확장 프로그램 기본 정보

이름 WaitBlock WaitBlock
ID kcnjfeppclpdinikcljfjigoongebpkh
공식 URL https://chromewebstore.google.com/detail/waitblock/kcnjfeppclpdinikcljfjigoongebpkh
설명 Setup wait period for time-wasting sites.
파일 크기 38.04 KB
설치 횟수 1,049
현재 버전 1.5.1
최근 업데이트 2020-11-23
출시 날짜 2020-04-24
평점 4.85/5 총 27 개의 평점
개발자 https://mscavnicky.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaitBlock",
    "description": "Setup wait period for time-wasting sites.",
    "version": "1.5.1",
    "minimum_chrome_version": "40",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "background": {
        "scripts": [
            "js\/underscore-1.8.3.min.js",
            "js\/waitblock.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/waitblock.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}