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 - это расширение Chrome, разработанное https://rq-dev.github.io, и его основная функция - "Site blocker. Blocks URL, Domain or URL with keywords. Redirect.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Block these URLs, Domains or Keywords

Скачайте файлы расширений 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": [
                ""
            ]
        }
    ]
}