Site Blocker

Block any site to keep working on your main tasks

Site Blocker là gì?

Site Blocker là một tiện ích mở rộng Chrome được phát triển bởi chtshebd792, và tính năng chính của nó là "Block any site to keep working on your main tasks".

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

screenshot

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

Tải xuống các tệp mở rộng 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

                        Save your time and protect your data with useful Site Blocker. You can also block them permanently or on schedule. Protect your children from unwanted and nasty content and install this amazing extension. Your browsing process will be safe and pleasant. This site blocker is extremely easy to use and it doesn`t weigh a lot. Block any website by key word or category. Choose certain websites you want to be blocked forever. There is option of creating a so called “white list” of websites, so the sites form the list will avoid all blocking settings.                    

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

Tên Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
URL Chính Thức https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
Mô tả Block any site to keep working on your main tasks
Kích Thước Tệp 34.65 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2022-01-27
Ngày Phát Hành 2021-02-22
Đánh Giá 4.50/5 Tổng số 16 Đánh Giá
Nhà Phát Triển chtshebd792
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Blocker",
    "description": "Block any site to keep working on your main tasks",
    "version": "1.6",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "hbl\/hbl_page.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "common\/HostBlackList.js",
            "script\/chrome.js"
        ]
    }
}