Block these URLs, Domains or Keywords

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

什么是Block these URLs, Domains or Keywords?

Block these URLs, Domains or Keywords是由https://rq-dev.github.io开发的Chrome扩展程序,该扩展的主要功能是“Site blocker. Blocks URL, Domain or URL with keywords. Redirect.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Block these URLs, Domains or Keywords扩展crx文件

下载Block these URLs, Domains or Keywords扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Block these URLs, Domains or Keywords Block these URLs, Domains or Keywords
ID ocbakdkmdijnkhlahjihbnjpkjepieio
官方URL https://chromewebstore.google.com/detail/block-these-urls-domains/ocbakdkmdijnkhlahjihbnjpkjepieio
简介 Site blocker. Blocks URL, Domain or URL with keywords. Redirect.
文件大小 310 KB
安装次数 3,478
当前版本 4.17
更新时间 2023-12-02
上架时间 2021-07-21
评分 4.53/5 共77次评分
开发者 https://rq-dev.github.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/rq-dev
帮助页面URL https://vk.com/rqdev
隐私政策页面URL https://rq-dev.github.io/chrome-extensions-privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}