Site Blocker

Block entire sites or only specific parts of sites. Blocked websites will be blocked everywhere - also blocks embeds!

Site Blocker là gì?

Site Blocker là một tiện ích mở rộng Chrome được phát triển bởi kylerjgriffith, và tính năng chính của nó là "Block entire sites or only specific parts of sites. Blocked websites will be blocked everywhere - also blocks embeds!".

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

screenshot
screenshot
screenshot
screenshot
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

                        **This is the official Site Blocker extension with long term support. Beware of copies! Do not pay attention to the fake 1 star reviews on this page - an organized group of bad actors copied this extension and added their own malicious content to it. The extension had 50,000 users before I discovered it and reported it to Google. After the evil clone extension was removed from the chrome web store, the bad actors retaliated and spammed this extension with fake 1 star reviews. For proof, all fake reviews are posted after 11/16/20.**

Site Blocker is designed to be the "be all, end all" of site blockers for Chrome. Site Blocker allows users to completely block websites as well as specific parts of websites. Blocking a website with Site Blocker will block it everywhere (blocking facebook.com will block facebook embeds - works the same with reddit, twitter, youtube, etc.) and blocking specific patterns/keywords is also possible (users can block every website with the name "Paul" in its URL, etc.).

Key features:
- Block exact URL
- Block URL and parent URL's
- Block URL and child URL's
- Block keywords/patterns
- Import/export blocked sites
- Set custom redirect URL                    

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

Tên Site Blocker Site Blocker
ID iidjganfookokdegjdooifiadlloahgo
URL Chính Thức https://chrome.google.com/webstore/detail/site-blocker/iidjganfookokdegjdooifiadlloahgo
Mô tả Block entire sites or only specific parts of sites. Blocked websites will be blocked everywhere - also blocks embeds!
Kích Thước Tệp 62.12 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2021-02-13
Ngày Phát Hành 2020-06-22
Đánh Giá 3.57/5 Tổng số 35 Đánh Giá
Nhà Phát Triển kylerjgriffith
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",
    "name": "Site Blocker",
    "short_name": "Site Blocker",
    "version": "1.2.3",
    "description": "Block entire sites or only specific parts of sites. Blocked websites will be blocked everywhere - also blocks embeds!",
    "permissions": [
        "",
        "declarativeContent",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}