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
官方網址 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"
    }
}