Web Site blocker

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

Web Site blocker là gì?

Web Site blocker là một tiện ích mở rộng Chrome được phát triển bởi Armen Stepanyan, và tính năng chính của nó là "Easy way to block distracting websites to prevent access while you work".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Site blocker

Tải xuống các tệp mở rộng Web Site blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Site blocker Web Site blocker
ID aoabjfoanlljmgnohepbkimcekolejjn
URL Chính Thức https://chromewebstore.google.com/detail/web-site-blocker/aoabjfoanlljmgnohepbkimcekolejjn
Mô tả Easy way to block distracting websites to prevent access while you work
Kích Thước Tệp 355 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2021-08-24
Đánh Giá 4.80/5 Tổng số 89 Đánh Giá
Nhà Phát Triển Armen Stepanyan
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chess.orgfree.com/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
}