Dynamic Website Blocker

Earn points through productive sites in order to view unproductive sites.

Dynamic Website Blocker란 무엇입니까?

Dynamic Website Blocker은(는) ethanhuang301에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earn points through productive sites in order to view unproductive sites."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Smart Block Site helps users stay on task through "reward" and "punishment", without outright restricting websites. 

For every minute a user is on a "merit site", they can earn points. For every minute a user is on a "demerit site", they lose points. The "demerit site" gets blocked once there are no more points left, and the user has to earn points again to re-access the "demerit site".

Features:
• Autofill Common Sites: Auto fills block sites with common distractors.
• Merit Weight: Points added per minute on merit sites.
• Demerit Weight: Points subtracted per minute on demerit sites.
• Enable/Disable Settings: Once enabled, points will reset if disabled.
• Maximum Points Accumulated: 
• Reset Points After Closure: Once enabled, points will reset if browser is closed.
• Permanent Block List: Permanently blocks websites. 
• Block By Category: Permanently block websites by category (adult).

More Information:
https://github.com/ethanhuang03/block-site
This project is a fork of: https://github.com/penge/block-site                    

확장 프로그램 기본 정보

이름 Dynamic Website Blocker Dynamic Website Blocker
ID cggnglballhnedljhdapcgadnfidbclf
공식 URL https://chromewebstore.google.com/detail/dynamic-website-blocker/cggnglballhnedljhdapcgadnfidbclf
설명 Earn points through productive sites in order to view unproductive sites.
파일 크기 1.13 MB
설치 횟수 34
현재 버전 5.0.0
최근 업데이트 2023-04-06
출시 날짜 2022-08-09
평점 5.00/5 총 1 개의 평점
개발자 ethanhuang301
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ethanhuang03/block-site
도움말 페이지 URL https://github.com/ethanhuang03/block-site
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dynamic Website Blocker",
    "description": "Earn points through productive sites in order to view unproductive sites.",
    "version": "5.0.0",
    "icons": {
        "128": "images\/green_shield.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/green_shield.png"
        },
        "default_popup": "src\/ui\/popup.html"
    },
    "options_ui": {
        "page": "src\/ui\/settings.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "webRequest",
        "idle"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "src\/background.js"
    }
}