Web Blocker

Block unlimited website for free

什麼是Web Blocker?

Web Blocker是由https://webblockerextension.com開發的Chrome擴展程式,該擴展的主要功能是“Block unlimited website for free”。

擴展截圖

screenshot
screenshot
screenshot

下載Web Blocker擴展crx文件

下載Web Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Boost productivity and performance by blocking distracting websites.


Update / Bug fixed:
Nov. 16, 2022 (v2.1.1) - Fixed bug sites are not blocking after clearing all the blocked sites.

Features:

1. Block unlimited unwanted sites
2. Schedule Blocking
3. Custom redirect links

For questions and suggestions please email us
[email protected]                    

擴展基本資訊

名稱 Web Blocker Web Blocker
ID hmfcoeeicamgkocaflbdhjjibdlglbfg
官方網址 https://chromewebstore.google.com/detail/web-blocker/hmfcoeeicamgkocaflbdhjjibdlglbfg
簡介 Block unlimited website for free
檔案大小 487 KB
安裝次數 5,495
目前版本 2.1.1
更新時間 2022-11-17
上架時間 2022-07-07
評分 4.40/5 共 10 次評分
開發者 https://webblockerextension.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.webblockerextension.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Blocker",
    "description": "Block unlimited website for free",
    "version": "2.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/Logo-16.png",
            "32": "\/images\/Logo-32.png",
            "48": "\/images\/Logo-48.png",
            "128": "\/images\/Logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/Logo-16.png",
        "32": "\/images\/Logo-32.png",
        "48": "\/images\/Logo-48.png",
        "128": "\/images\/Logo-128.png"
    },
    "options_page": "option\/index.html"
}