SiteBlock
An extension that blocks sites and helps you focus.
什么是SiteBlock?
SiteBlock是由gadfaria开发的Chrome扩展程序,该扩展的主要功能是“An extension that blocks sites and helps you focus.”。
扩展截图
下载SiteBlock扩展crx文件
下载SiteBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stay focused and avoid distractions with this simple site blocker extension! Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!
扩展基本信息
名称 | SiteBlock |
ID | piepfdhhijbhafaiefdpimdnfgndjpli |
官方URL | https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli |
简介 | An extension that blocks sites and helps you focus. |
文件大小 | 62.82 KB |
安装次数 | 405 |
当前版本 | 1.1.0 |
更新时间 | 2024-02-21 |
上架时间 | 2022-12-26 |
评分 | 4.60/5 共5次评分 |
开发者 | gadfaria |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/gadfaria/site-block-extension |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SiteBlock", "description": "An extension that blocks sites and helps you focus.", "version": "1.1.0", "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "action": { "default_popup": ".\/popup\/popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |