WebBlock

Block distracting websites

什么是WebBlock?

WebBlock是由webblockdev开发的Chrome扩展程序,该扩展的主要功能是“Block distracting websites”。

扩展截图

screenshot

下载WebBlock扩展crx文件

下载WebBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Finally, a website blocker that actually works!

Some website blockers are too strict, so you disable them, only to never enable them again.

Some are too lax, so you figure out how to bypass them and they become useless.

WebBlock finds the perfect balance: it let's you go on blocked websites, but first you have to do nothing for 1 minute. The boredom is the perfect deterrent from binging youtube, but doesn't get in the way of real work!                    

扩展基本信息

名称 WebBlock WebBlock
ID jeahkphmdfbddenabgndnooheiciocka
官方URL https://chromewebstore.google.com/detail/webblock/jeahkphmdfbddenabgndnooheiciocka
简介 Block distracting websites
文件大小 32.56 KB
安装次数 496
当前版本 3.1.5
更新时间 2022-12-08
上架时间 2020-07-05
评分 4.78/5 共9次评分
开发者 webblockdev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/SimonBerens/WebBlock
帮助页面URL https://github.com/SimonBerens/WebBlock/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebBlock",
    "version": "3.1.5",
    "description": "Block distracting websites",
    "icons": {
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_icon": [],
        "default_title": "WebBlock",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ]
}