Web Site blocker

Easy way to block distracting websites to prevent access while you work

什么是Web Site blocker?

Web Site blocker是由Armen Stepanyan开发的Chrome扩展程序,该扩展的主要功能是“Easy way to block distracting websites to prevent access while you work”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Web Site blocker扩展crx文件

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

扩展使用说明

                        The Web Site Blocker Chrome extension empowers users to permanently deny access to websites or implement scheduled restrictions. Safeguard yourself from distracting or harmful content or shield your children from inappropriate material.

Key Features:

- URL Blocking:
Block distracting and harmful websites, including subdomains.

- Keyword Blocking:
Specify keywords or phrases; all websites containing these words will be blocked.

- White List:
Activate this option to block all websites except those included in the whitelist.

- Redirect Option:
Redirect blocked sites to any specified URL

- Password Protection:
Secure the options page with a password to prevent easy removal of blocked sites.

- White & Black Time Configuration:
Customize your daily schedule with the Scheduling feature, allowing you to set specific days and times for accessing certain sites. Stay focused and maintain daily routines effortlessly.                    

扩展基本信息

名称 Web Site blocker Web Site blocker
ID aoabjfoanlljmgnohepbkimcekolejjn
官方URL https://chromewebstore.google.com/detail/web-site-blocker/aoabjfoanlljmgnohepbkimcekolejjn
简介 Easy way to block distracting websites to prevent access while you work
文件大小 355 KB
安装次数 20,000
当前版本 1.3
更新时间 2024-02-05
上架时间 2021-08-24
评分 4.80/5 共89次评分
开发者 Armen Stepanyan
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://chess.orgfree.com/privacy.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "64.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Easy way to block distracting websites to prevent access while you work",
    "icons": {
        "128": "128.png",
        "16": "32.png",
        "48": "64.png"
    },
    "manifest_version": 3,
    "name": "Web Site blocker",
    "options_page": "options\/index.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.3"
}