Site Restricter

Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity

什么是Site Restricter?

Site Restricter是由LN开发的Chrome扩展程序,该扩展的主要功能是“Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity”。

扩展截图

screenshot
screenshot
screenshot

下载Site Restricter扩展crx文件

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

扩展使用说明

                        Too many distractions? Want to limit access to certain sites?
This extension helps you control that. 

Add URLs of sites you don't want to visit.
When you change your mind, just remove them from the list and regain access!

Features: 
- Control access to sites by adding or deleting them individually
- One Click Add / Clear All Functionalities
- Simple Design
- Easy to use                    

扩展基本信息

名称 Site Restricter Site Restricter
ID kbokniiapoadjhhkmnlpndgeambahghk
官方URL https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk
简介 Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
文件大小 10.83 KB
安装次数 50
当前版本 0.0.5
更新时间 2021-10-30
上架时间 2021-10-30
评分 5.00/5 共1次评分
开发者 LN
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Restricter",
    "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity",
    "version": "0.0.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Site Restricter"
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}