Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

Simple Site Blocker란 무엇입니까?

Simple Site Blocker은(는) loyolapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Empower your time by easily blocking distracting sites temporarily"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Empower your time by blocking distracting sites so you can get some deep work done. Simple to use, no configuration or registration are required!

⭐️Features ⭐️

⏰Block sites temporarily

Block a site for 25 minutes, after that period the site will be automatically available.

✅ Unblock sites temporarily

You can unblock a site temporarily, for example during a 5 minute break.

📅Block schedule 

Block a site until a specific time, for example 5 PM. 

🚫Block a site until you manually unblock it

You can also block a site until you manually unblock it later


Feedbacks and feature requests are happily welcomed at [email protected]                    

확장 프로그램 기본 정보

이름 Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
공식 URL https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
설명 Empower your time by easily blocking distracting sites temporarily
파일 크기 1.31 MB
설치 횟수 320
현재 버전 1.0
최근 업데이트 2020-08-15
출시 날짜 2020-08-15
평점 5.00/5 총 3 개의 평점
개발자 loyolapps
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Site Blocker",
    "version": "1.0",
    "description": "Empower your time by easily blocking distracting sites temporarily",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequestBlocking",
        "webRequest",
        "",
        "alarms",
        "tabs"
    ],
    "background": {
        "scripts": [
            "chrome\/storage.js",
            "chrome\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/icon128.png"
    }
}