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ファイルをダウンロード

Dynamic Website Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}