TrueBlock
The simple website blocker.
什么是TrueBlock?
TrueBlock是由Tom Richards开发的Chrome扩展程序,该扩展的主要功能是“The simple website blocker.”。
扩展截图
下载TrueBlock扩展crx文件
下载TrueBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides a means to completely block any misbehaving website. If you disagree with a site for any reason, simply hit "block" and write yourself a note about why you never want to visit it again. The extension will prevent all future requests to the site! 扩展基本信息
| 名称 | |
| ID | adcbggkgllkljeliabhgmmkmpebhdbno |
| 官方URL | https://chromewebstore.google.com/detail/trueblock/adcbggkgllkljeliabhgmmkmpebhdbno |
| 简介 | The simple website blocker. |
| 文件大小 | 24.95 KB |
| 安装次数 | 66 |
| 当前版本 | 0.7.3 |
| 更新时间 | 2023-01-22 |
| 上架时间 | 2022-07-26 |
| 评分 | 3.71/5 共7次评分 |
| 开发者 | Tom Richards |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TrueBlock",
"description": "The simple website blocker.",
"version": "0.7.3",
"manifest_version": 3,
"background": {
"service_worker": "worker.js"
},
"action": {
"default_title": "TrueBlock",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"declarativeNetRequest",
"storage"
]
} | |