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