Time based URL blocking

URL blocking for specific time periods of a day

Time based URL blocking란 무엇입니까?

Time based URL blocking은(는) Gracetech services에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "URL blocking for specific time periods of a day"입니다.

확장 프로그램 스크린샷

screenshot

Time based URL blocking 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The app will allow you to specify the URLs you wish to be blocked, and the blocking time periods of each day of week.  You can use keywords to block all URLs that contain the keywords                    

확장 프로그램 기본 정보

이름 Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
공식 URL https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
설명 URL blocking for specific time periods of a day
파일 크기 55.21 KB
설치 횟수 52
현재 버전 1.0
최근 업데이트 2019-04-19
출시 날짜 2019-04-15
평점 3.75/5 총 4 개의 평점
개발자 Gracetech services
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time based URL blocking",
    "version": "1.0",
    "description": "URL blocking for specific time periods of a day",
    "background": {
        "scripts": [
            "commonfn.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "48": "StopClock48.png",
        "128": "StopClock128.png"
    },
    "browser_action": {
        "default_icon": "StopClock48.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}