Site Blocker

Block All Unwanted Websites...

Site Blocker란 무엇입니까?

Site Blocker은(는) http://siteblocker.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block All Unwanted Websites..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Site Blocker is an essential and free extension that helps you block unwanted or malicious websites. You can block many websites together. 
 
Overview:-

Site Blocker allows you to block the websites that you do not want to appear in your search results. This is a free extension that not only protects your time by keeping the unwanted websites away but also saves you from digital threats. 
 
Features: -
 
> Blocks sites along with sub-domains 
The extension blocks all the harmful and distracting websites and provides you with a seamless internet surfing experience. 
 
> Password Protection 
You can also keep control of the options page. With password protection, only you will be able to block or unblock the websites.
 
> White List 
You can also add certain websites in the white list. The sites added in the white lists will avoid blocking settings. 
 
> Block sites including sub-domains 
You can remove all distracting and harmful websites completely, including its sub-domains. 
 
> Block many websites together 
The Website Blocker extension allows you to block many sites together. All you need to do is, paste the URLs of the websites that you want to block in the “Load Site.” 
 
> Unblock many websites together 
You can copy and paste the website URLs and unblock many websites together. 
 
Therefore, you can easily boost your productivity and stay focused on the things that require your attention with the help of this website blocker.                    

확장 프로그램 기본 정보

이름 Site Blocker Site Blocker
ID pngpnphkbafhajomnlkmcebeebdecfko
공식 URL https://chrome.google.com/webstore/detail/site-blocker/pngpnphkbafhajomnlkmcebeebdecfko
설명 Block All Unwanted Websites...
파일 크기 530 KB
설치 횟수 128
현재 버전 0.4
최근 업데이트 2021-11-14
출시 날짜 2021-10-18
평점 3.48/5 총 21 개의 평점
개발자 http://siteblocker.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.siteblocker.org
도움말 페이지 URL https://www.siteblocker.org/support/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "name": "Site Blocker",
    "description": "Block All Unwanted Websites...",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "version": "0.4",
    "web_accessible_resources": [
        "icons\/blocked-user.png"
    ]
}