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
官方URL 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
    }
}