SiteBlock

An extension that blocks sites and helps you focus.

SiteBlock là gì?

SiteBlock là một tiện ích mở rộng Chrome được phát triển bởi gadfaria, và tính năng chính của nó là "An extension that blocks sites and helps you focus.".

Ả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 SiteBlock

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

                        Stay focused and avoid distractions with this simple site blocker extension! 

Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. 

Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!                    

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

Tên SiteBlock SiteBlock
ID piepfdhhijbhafaiefdpimdnfgndjpli
URL Chính Thức https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli
Mô tả An extension that blocks sites and helps you focus.
Kích Thước Tệp 62.82 KB
Số Lần Cài Đặt 405
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2024-02-21
Ngày Phát Hành 2022-12-26
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển gadfaria
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gadfaria/site-block-extension
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SiteBlock",
    "description": "An extension that blocks sites and helps you focus.",
    "version": "1.1.0",
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}