Simple Site Blocker

Block websites easily. Stay focused.

Simple Site Blocker là gì?

Simple Site Blocker là một tiện ích mở rộng Chrome được phát triển bởi b4rtaz, và tính năng chính của nó là "Block websites easily. Stay focused.".

Ả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 Simple Site Blocker

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

                        Block disturbing websites easily. Stay focused. This extension allows you to block any website. Please note that, the extension blocks the whole domain. When you want to take a break you may deactivate the blocking easily for all blocked sites.

This extension DOES NOT contain ads, tracking or premium. Your privacy is very important for us.                    

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

Tên Simple Site Blocker Simple Site Blocker
ID akhfampbeegijbknnencolmclbnaceab
URL Chính Thức https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab
Mô tả Block websites easily. Stay focused.
Kích Thước Tệp 36.88 KB
Số Lần Cài Đặt 1,663
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-06-25
Ngày Phát Hành 2020-10-22
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển b4rtaz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/b4rtaz/simple-site-blocker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Site Blocker",
    "version": "0.1.1",
    "description": "Block websites easily. Stay focused.",
    "author": "Bartlomiej Tadych",
    "homepage_url": "https:\/\/github.com\/b4rtaz\/simple-site-blocker",
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Simple Site Blocker",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        }
    },
    "background": {
        "scripts": [
            "api.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "blocked.html",
        "blocked.css",
        "blocked.js",
        "api.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}