Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

什么是Simple Site Blocker?

Simple Site Blocker是由loyolapps开发的Chrome扩展程序,该扩展的主要功能是“Empower your time by easily blocking distracting sites temporarily”。

扩展截图

screenshot
screenshot

下载Simple Site Blocker扩展crx文件

下载Simple Site Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Empower your time by blocking distracting sites so you can get some deep work done. Simple to use, no configuration or registration are required!

⭐️Features ⭐️

⏰Block sites temporarily

Block a site for 25 minutes, after that period the site will be automatically available.

✅ Unblock sites temporarily

You can unblock a site temporarily, for example during a 5 minute break.

📅Block schedule 

Block a site until a specific time, for example 5 PM. 

🚫Block a site until you manually unblock it

You can also block a site until you manually unblock it later


Feedbacks and feature requests are happily welcomed at [email protected]                    

扩展基本信息

名称 Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
官方URL https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
简介 Empower your time by easily blocking distracting sites temporarily
文件大小 1.31 MB
安装次数 320
当前版本 1.0
更新时间 2020-08-15
上架时间 2020-08-15
评分 5.00/5 共3次评分
开发者 loyolapps
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Site Blocker",
    "version": "1.0",
    "description": "Empower your time by easily blocking distracting sites temporarily",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequestBlocking",
        "webRequest",
        "",
        "alarms",
        "tabs"
    ],
    "background": {
        "scripts": [
            "chrome\/storage.js",
            "chrome\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/icon128.png"
    }
}