Web Blocker

Web Blocker blocks access to any websites that you specific to improve your productivity.

什麼是Web Blocker?

Web Blocker是由https://webblocker.co開發的Chrome擴展程式,該擴展的主要功能是“Web Blocker blocks access to any websites that you specific to improve your productivity.”。

擴展截圖

screenshot

下載Web Blocker擴展crx文件

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

擴展使用說明

                        This extension helps you get rid of the sites that you spend so much time on it. It will automatically block all the websites that you specific on the option page. 

Web Blocker is very easy to use. You can stay focus on the websites that you working on and block those website that wasting your time such as social media sites.                    

擴展基本資訊

名稱 Web Blocker Web Blocker
ID pjoghcbfnmhkcngdejiebfolglianlkn
官方網址 https://chromewebstore.google.com/detail/web-blocker/pjoghcbfnmhkcngdejiebfolglianlkn
簡介 Web Blocker blocks access to any websites that you specific to improve your productivity.
檔案大小 12.12 KB
安裝次數 1,867
目前版本 1.0
更新時間 2021-06-24
上架時間 2021-06-24
評分 3.18/5 共 11 次評分
開發者 https://webblocker.co
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.webblocker.co
說明頁面URL https://www.webblocker.co
隱私政策頁面URL https://www.webblocker.co/privacy_policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Blocker",
    "description": "Web Blocker blocks access to any websites that you specific to improve your productivity.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}