WaitBlock

Setup wait period for time-wasting sites.

什麼是WaitBlock?

WaitBlock是由https://mscavnicky.com開發的Chrome擴展程式,該擴展的主要功能是“Setup wait period for time-wasting sites.”。

擴展截圖

screenshot
screenshot

下載WaitBlock擴展crx文件

下載WaitBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        WaitBlock allows you to setup wait period for time-wasting sites. Upon visiting a blocked website, you will be presented with a countdown you need to wait out.

This turns the dopamine-induced sensation you get when opening Facebook, into boring and borderline frustrating experience. After a while, you will no longer be subconsciously opening it again.

You also get a beautiful picture every day, which will remind you of the life out there.                    

擴展基本資訊

名稱 WaitBlock WaitBlock
ID kcnjfeppclpdinikcljfjigoongebpkh
官方網址 https://chromewebstore.google.com/detail/waitblock/kcnjfeppclpdinikcljfjigoongebpkh
簡介 Setup wait period for time-wasting sites.
檔案大小 38.04 KB
安裝次數 1,049
目前版本 1.5.1
更新時間 2020-11-23
上架時間 2020-04-24
評分 4.85/5 共 27 次評分
開發者 https://mscavnicky.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaitBlock",
    "description": "Setup wait period for time-wasting sites.",
    "version": "1.5.1",
    "minimum_chrome_version": "40",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "background": {
        "scripts": [
            "js\/underscore-1.8.3.min.js",
            "js\/waitblock.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/waitblock.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}