SiteBlock: Block Websites & Focused Study

Blocking wasteful websites, you can preserve your time and experience.

SiteBlock: Block Websites & Focused Study란 무엇입니까?

SiteBlock: Block Websites & Focused Study은(는) downloadhub.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocking wasteful websites, you can preserve your time and experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SiteBlock: Block Websites & Focused Study 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SiteBlock is a browser extension designed to help users increase their productivity and focus by blocking access to specific websites. 

Here's an overview of the Site Block extension:
Website Blocking: SiteBlock allows users to create a list of websites they want to block or restrict. By adding the URLs of these websites to the SiteBlock extension, users can prevent themselves from accessing them.

Scheduled Blocking: Users can schedule specific times or days when the blocking rules should be active. For example, you can block social media sites during work hours or block entertainment websites during study sessions.

Words Blocking: Block search for specific words You can prevent your kids from searching for specific words in the browser. You can also create a list of words that will be blocked from being searched in the browser. Distracting and distracting words will prevent you from browsing.                    

확장 프로그램 기본 정보

이름 SiteBlock: Block Websites & Focused Study SiteBlock: Block Websites & Focused Study
ID offgfkdlmpggepbfdgmhgoinlpaahdnn
공식 URL https://chromewebstore.google.com/detail/siteblock-block-websites/offgfkdlmpggepbfdgmhgoinlpaahdnn
설명 Blocking wasteful websites, you can preserve your time and experience.
파일 크기 1.86 MB
설치 횟수 187
현재 버전 3.0.2
최근 업데이트 2023-08-12
출시 날짜 2023-06-23
평점 5.00/5 총 1 개의 평점
개발자 downloadhub.cloud
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.downloadhub.cloud/
도움말 페이지 URL https://www.downloadhub.cloud/2023/06/SiteBlock.html
개인정보 보호 정책 페이지 URL https://www.downloadhub.cloud/p/privacy-policy.html
지원되는 언어 en,en-US,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/06\/SiteBlock.html",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "short_name": "block site",
    "version": "3.0.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/data\/interface\/redirect.html"
            ]
        }
    ]
}