Site Blocker

Distracted while working? Block any site to continue working on your core tasks

Site Blocker란 무엇입니까?

Site Blocker은(는) egornagovitsyn228에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Distracted while working? Block any site to continue working on your core tasks"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Site blocker will protect you and save your time by simply blocking unwanted and/or annoying websites. No ads and no hidden scripts to mess with your device or data. Extension simply does what it`s designed to do - block website. It`s an amazing productivity tool to improve you browsing and working process. After installing the extension you`ll notice a remarkable productivity improvement. Block website that distracts you and get the job done. Extension doesn`t weigh a lot and has simple interface, so it`s pretty easy to work with. Site blocker will also protect your children from unpleasant and nasty content online. To start working with the application you need to click on extension icon in right upper corner of chrome browser (toolbar). Then you just paste URL and block site. It`s simple as that. You can also instantly block website from the current tab just in one click. Don`t forget, that the extension can be used as a parental control, restricting access to sites that you consider unsafe for your children or relatives. Help us to make improve site blocker and leave your comment or request. Don`t forget to rate the app and share with friends. Download our new awesome extension and enjoy safe internet browsing.                    

확장 프로그램 기본 정보

이름 Site Blocker Site Blocker
ID bplgifolhjhbfgajdckplpgnikmheeol
공식 URL https://chrome.google.com/webstore/detail/site-blocker/bplgifolhjhbfgajdckplpgnikmheeol
설명 Distracted while working? Block any site to continue working on your core tasks
파일 크기 21.44 KB
설치 횟수 6,725
현재 버전 1.6
최근 업데이트 2023-06-22
출시 날짜 2021-07-25
평점 3.23/5 총 13 개의 평점
개발자 egornagovitsyn228
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Distracted while working? Block any site to continue working on your core tasks",
    "version": "1.6",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "wall.png",
        "default_popup": "popup.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injo.js"
            ]
        }
    ],
    "icons": {
        "128": "wall.png"
    },
    "background": {
        "scripts": [
            "canvo.js"
        ]
    }
}