Focused - Website Blocker

A free and open source website blocker. Now block those distracting websites and smash your goals!

什么是Focused - Website Blocker?

Focused - Website Blocker是由Sahil Khurana开发的Chrome扩展程序,该扩展的主要功能是“A free and open source website blocker. Now block those distracting websites and smash your goals!”。

扩展截图

screenshot
screenshot
screenshot

下载Focused - Website Blocker扩展crx文件

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

扩展使用说明

                        To block a website, simply click on the "Block This Site!" button in the extension popup. You can block unlimited websites using this extension.
Focused is open source. The source code is available on Github. Link to source code is in the website section.

Upcoming features:
1. Ability to turn blocking on and off for scheduled times.
2. Ability to set a timer for blocking duration.
3. Ability to add websites to blocked list from extension settings page.

For feedback and suggestions you can reach out to me at - [email protected]
If you are familiar with Github, feel free to raise an issue on the repository itself.

Have a productive day ahead!                    

扩展基本信息

名称 Focused - Website Blocker Focused - Website Blocker
ID gohlodncmafjmajkfemnppioagfbjcpl
官方URL https://chromewebstore.google.com/detail/focused-website-blocker/gohlodncmafjmajkfemnppioagfbjcpl
简介 A free and open source website blocker. Now block those distracting websites and smash your goals!
文件大小 5.41 MB
安装次数 614
当前版本 0.1.0
更新时间 2021-04-05
上架时间 2021-04-04
评分 4.89/5 共9次评分
开发者 Sahil Khurana
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/sahilkhurana19/focused-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focused - Website Blocker",
    "version": "0.1.0",
    "description": "A free and open source website blocker. Now block those distracting websites and smash your goals!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "static\/images\/icon\/blocked_16x16.png",
            "32": "static\/images\/icon\/blocked_32x32.png",
            "48": "static\/images\/icon\/blocked_64x64.png",
            "128": "static\/images\/icon\/blocked_128x128.png"
        }
    },
    "icons": {
        "16": "static\/images\/icon\/blocked_16x16.png",
        "32": "static\/images\/icon\/blocked_32x32.png",
        "48": "static\/images\/icon\/blocked_64x64.png",
        "128": "static\/images\/icon\/blocked_128x128.png"
    },
    "manifest_version": 2
}