FocusBlocker

Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers

What is FocusBlocker?

FocusBlocker is a Chrome extension developed by shing.lyu, and its main feature is "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers".

Extension Screenshots

screenshot

Download FocusBlocker Extension CRX File

Download FocusBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        FocusBlocker is a light-weight add-on that blocks time-wasting websites to help you focus on real work. FocusBlocker can give you flexible control over when you want to block, which is superior than a schedule-based approach is you have a flexible working schedule.

Firefox version: https://addons.mozilla.org/en-US/firefox/addon/focusblocker-new/

How It Works
---------------------------------------
1. Set a timer, say 10 min.
2. Browse freely for 10 min.
3. When time is up, the blacklisted sites will be blocked for 50 min (configurable).                    

Extension Basic Information

Name FocusBlocker FocusBlocker
ID bejdhniafighghjelnmhhcgongokdhbi
Official URL https://chromewebstore.google.com/detail/focusblocker/bejdhniafighghjelnmhhcgongokdhbi
Description Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers
File Size 9.89 KB
Installation Count 209
Current Version 0.2.3
Last Updated 2017-11-14
Publish Date 2017-11-14
Rating 5.00/5 Total 2 Ratings
Developer shing.lyu
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FocusBlocker",
    "version": "0.2.3",
    "icons": {
        "16": "\/data\/noicon-16.png",
        "128": "\/data\/noicon-128.png"
    },
    "description": "Block websites for a given time to help you focus on work\/study. Gives you more flexibility then traditional schedule based blockers",
    "permissions": [
        "",
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html"
    }
}