Site Blocker

Block a site page or site to focus on your work.

Site Blocker란 무엇입니까?

Site Blocker은(는) volkomar820에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block a site page or site to focus on your work."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        We have created a new extension that, when installed, will block unknown and annoying sites. It’s a Site Blocker. After you download this application, you will not have to worry about your security on the Internet, because you will not be shown extraneous sites. Site  Blocker is a very comfortable and easy to use application. It has a lot of features, and the most obvious is that Site Blocker is absolutely free. We are sure that you will be pleasantly surprised by the high quality of this application. To start using Site Blocker, just follow the link or download it to your device.                    

확장 프로그램 기본 정보

이름 Site Blocker Site Blocker
ID gcmdngplhepicdnnhfhckfpafgoahdjk
공식 URL https://chrome.google.com/webstore/detail/site-blocker/gcmdngplhepicdnnhfhckfpafgoahdjk
설명 Block a site page or site to focus on your work.
파일 크기 107 KB
설치 횟수 10,000
현재 버전 1.3
최근 업데이트 2021-12-17
출시 날짜 2021-04-16
평점 4.61/5 총 18 개의 평점
개발자 volkomar820
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "description": "Block a site page or site to focus on your work.",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "galmager.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/cash.min.js",
                "assets\/scripts\/caver_stona.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "silok.html",
        "default_icon": {
            "128": "\/assets\/media\/hararat.png"
        }
    },
    "options_page": "pistoria.html",
    "icons": {
        "32": "\/assets\/media\/ancher.png",
        "128": "\/assets\/media\/hararat.png"
    },
    "manifest_version": 2
}