Simple Site Blocker
Block websites easily. Stay focused.
什么是Simple Site Blocker?
Simple Site Blocker是由b4rtaz开发的Chrome扩展程序,该扩展的主要功能是“Block websites easily. Stay focused.”。
扩展截图
下载Simple Site Blocker扩展crx文件
下载Simple Site Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Block disturbing websites easily. Stay focused. This extension allows you to block any website. Please note that, the extension blocks the whole domain. When you want to take a break you may deactivate the blocking easily for all blocked sites.
This extension DOES NOT contain ads, tracking or premium. Your privacy is very important for us. 扩展基本信息
| 名称 | |
| ID | akhfampbeegijbknnencolmclbnaceab |
| 官方URL | https://chromewebstore.google.com/detail/simple-site-blocker/akhfampbeegijbknnencolmclbnaceab |
| 简介 | Block websites easily. Stay focused. |
| 文件大小 | 36.88 KB |
| 安装次数 | 1,663 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2023-06-25 |
| 上架时间 | 2020-10-22 |
| 评分 | 4.64/5 共11次评分 |
| 开发者 | b4rtaz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/b4rtaz/simple-site-blocker |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple Site Blocker",
"version": "0.1.1",
"description": "Block websites easily. Stay focused.",
"author": "Bartlomiej Tadych",
"homepage_url": "https:\/\/github.com\/b4rtaz\/simple-site-blocker",
"icons": {
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"browser_action": {
"default_title": "Simple Site Blocker",
"default_popup": "popup.html",
"default_icon": {
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
}
},
"background": {
"scripts": [
"api.js",
"background.js"
]
},
"web_accessible_resources": [
"blocked.html",
"blocked.css",
"blocked.js",
"api.js"
],
"permissions": [
"tabs",
"storage",
"webRequest",
"webRequestBlocking",
" | |