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
Eメール [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": [
                ""
            ]
        }
    ]
}