Block these URLs, Domains or Keywords

Site blocker. Blocks URL, Domain or URL with keywords. Redirect.

Block these URLs, Domains or Keywords là gì?

Block these URLs, Domains or Keywords là một tiện ích mở rộng Chrome được phát triển bởi https://rq-dev.github.io, và tính năng chính của nó là "Site blocker. Blocks URL, Domain or URL with keywords. Redirect.".

Ả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 Block these URLs, Domains or Keywords

Tải xuống các tệp mở rộng Block these URLs, Domains or Keywords 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

                        Help yourself to be more productive and save time!
Block distracting or harmful sites easily!

What does this extension do:
- blocks URLs;
- blocks Domains;
- blocks URLs with keywords;
- redirect blocked pages (if you want);
- saves your time;
- password available.

Why this extension is better than other site blockers:
- Totally free;
- Low CPU usage;
- No ads and popups;
- No data collecting;
- 4 color themes (red, blue, green, black);
- Simple to use.

Don't forget to allow the extension to run in incognito mode!

If you forget your password - write me a letter!                    

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

Tên Block these URLs, Domains or Keywords Block these URLs, Domains or Keywords
ID ocbakdkmdijnkhlahjihbnjpkjepieio
URL Chính Thức https://chromewebstore.google.com/detail/block-these-urls-domains/ocbakdkmdijnkhlahjihbnjpkjepieio
Mô tả Site blocker. Blocks URL, Domain or URL with keywords. Redirect.
Kích Thước Tệp 310 KB
Số Lần Cài Đặt 3,478
Phiên Bản Hiện Tại 4.17
Cập Nhật Lần Cuối 2023-12-02
Ngày Phát Hành 2021-07-21
Đánh Giá 4.53/5 Tổng số 77 Đánh Giá
Nhà Phát Triển https://rq-dev.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rq-dev
URL Trang Trợ Giúp https://vk.com/rqdev
URL Trang Chính Sách Bảo Mật https://rq-dev.github.io/chrome-extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "4.17",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "URL Block",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "default_locale": "en",
    "options_page": "settings.html",
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}