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
官方網址 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": [
                ""
            ]
        }
    ]
}