Web Site blocker

Easy way to block distracting websites to prevent access while you work

Web Site blocker란 무엇입니까?

Web Site blocker은(는) Armen Stepanyan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy way to block distracting websites to prevent access while you work"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Web Site Blocker Chrome extension empowers users to permanently deny access to websites or implement scheduled restrictions. Safeguard yourself from distracting or harmful content or shield your children from inappropriate material.

Key Features:

- URL Blocking:
Block distracting and harmful websites, including subdomains.

- Keyword Blocking:
Specify keywords or phrases; all websites containing these words will be blocked.

- White List:
Activate this option to block all websites except those included in the whitelist.

- Redirect Option:
Redirect blocked sites to any specified URL

- Password Protection:
Secure the options page with a password to prevent easy removal of blocked sites.

- White & Black Time Configuration:
Customize your daily schedule with the Scheduling feature, allowing you to set specific days and times for accessing certain sites. Stay focused and maintain daily routines effortlessly.                    

확장 프로그램 기본 정보

이름 Web Site blocker Web Site blocker
ID aoabjfoanlljmgnohepbkimcekolejjn
공식 URL https://chromewebstore.google.com/detail/web-site-blocker/aoabjfoanlljmgnohepbkimcekolejjn
설명 Easy way to block distracting websites to prevent access while you work
파일 크기 355 KB
설치 횟수 20,000
현재 버전 1.3
최근 업데이트 2024-02-05
출시 날짜 2021-08-24
평점 4.80/5 총 89 개의 평점
개발자 Armen Stepanyan
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://chess.orgfree.com/privacy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "64.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Easy way to block distracting websites to prevent access while you work",
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "64.png"
    },
    "manifest_version": 3,
    "name": "Web Site blocker",
    "options_page": "options\/index.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.3"
}