Block Sites 2.0

An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.

Block Sites 2.0란 무엇입니까?

Block Sites 2.0은(는) F & D에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Block Sites 2.0 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ⬇️️ Easy to set up ⬇️:

1. Install the extension.
2. Sync your schedule with the extension.
3. Turn on Focus, block unrelated sites 🚫, or even schedule the blocking to focus more in your busy hours.

✨Features ✨

1. Focus timer removes all distracting and blocked content from your sight. 🧘‍♀️
2. Focus Mode lets you set times when to disable websites and when to browse freely.
3. Block adult content on your device. 🚫
4. Set a passcode for the extension to restrict yourself from procrastination.
5. Sync the extension with your devices to have total control over your schedule.

This extension makes you more productive with customized working-schedule features.                    

확장 프로그램 기본 정보

이름 Block Sites 2.0 Block Sites 2.0
ID bcbaamfibamjpnlemomglkhmeohipmcg
공식 URL https://chromewebstore.google.com/detail/block-sites-20/bcbaamfibamjpnlemomglkhmeohipmcg
설명 An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.
파일 크기 13.51 MB
설치 횟수 51
현재 버전 1.0.0
최근 업데이트 2022-12-11
출시 날짜 2022-12-11
평점 4.50/5 총 6 개의 평점
개발자 F & D
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Block Sites 2.0",
    "version": "1.0.0",
    "description": "An all-in-one add-on that lets you custom blocklist, scheduled site blocking, and password protection.",
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/dashboard.html",
                "html\/popup.html",
                "html\/blocked.html",
                "css\/custom.css",
                "js\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/shield-32.png",
        "32": "img\/shield-32.png",
        "48": "img\/shield.png",
        "128": "img\/shield.png"
    },
    "action": {
        "default_icon": "img\/shield.png",
        "default_title": "Block Sites",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "notifications"
    ],
    "host_permissions": [
        ""
    ]
}