Site Blocker

Distracted while working? Block any site to continue working on your core tasks

Site Blocker là gì?

Site Blocker là một tiện ích mở rộng Chrome được phát triển bởi egornagovitsyn228, và tính năng chính của nó là "Distracted while working? Block any site to continue working on your core 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

                        Site blocker will protect you and save your time by simply blocking unwanted and/or annoying websites. No ads and no hidden scripts to mess with your device or data. Extension simply does what it`s designed to do - block website. It`s an amazing productivity tool to improve you browsing and working process. After installing the extension you`ll notice a remarkable productivity improvement. Block website that distracts you and get the job done. Extension doesn`t weigh a lot and has simple interface, so it`s pretty easy to work with. Site blocker will also protect your children from unpleasant and nasty content online. To start working with the application you need to click on extension icon in right upper corner of chrome browser (toolbar). Then you just paste URL and block site. It`s simple as that. You can also instantly block website from the current tab just in one click. Don`t forget, that the extension can be used as a parental control, restricting access to sites that you consider unsafe for your children or relatives. Help us to make improve site blocker and leave your comment or request. Don`t forget to rate the app and share with friends. Download our new awesome extension and enjoy safe internet browsing.                    

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

Tên Site Blocker Site Blocker
ID bplgifolhjhbfgajdckplpgnikmheeol
URL Chính Thức https://chrome.google.com/webstore/detail/site-blocker/bplgifolhjhbfgajdckplpgnikmheeol
Mô tả Distracted while working? Block any site to continue working on your core tasks
Kích Thước Tệp 21.44 KB
Số Lần Cài Đặt 6,725
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-06-22
Ngày Phát Hành 2021-07-25
Đánh Giá 3.23/5 Tổng số 13 Đánh Giá
Nhà Phát Triển egornagovitsyn228
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": "__MSG_appName__",
    "description": "Distracted while working? Block any site to continue working on your core tasks",
    "version": "1.6",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "wall.png",
        "default_popup": "popup.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injo.js"
            ]
        }
    ],
    "icons": {
        "128": "wall.png"
    },
    "background": {
        "scripts": [
            "canvo.js"
        ]
    }
}