Web Blocker
Block unlimited website for free
什么是Web Blocker?
Web Blocker是由https://webblockerextension.com开发的Chrome扩展程序,该扩展的主要功能是“Block unlimited website for free”。
扩展截图
下载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] 扩展基本信息
| 名称 | |
| ID | hmfcoeeicamgkocaflbdhjjibdlglbfg |
| 官方URL | 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"
} | |