FocusBlocker

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

Wat is FocusBlocker?

FocusBlocker is een Chrome-extensie ontwikkeld door shing.lyu, en de belangrijkste functie is "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FocusBlocker

Download FocusBlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam FocusBlocker FocusBlocker
ID bejdhniafighghjelnmhhcgongokdhbi
Officiële URL https://chromewebstore.google.com/detail/focusblocker/bejdhniafighghjelnmhhcgongokdhbi
Beschrijving Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers
Bestandsgrootte 9.89 KB
Aantal Installaties 209
Huidige Versie 0.2.3
Laatst Bijgewerkt 2017-11-14
Publicatiedatum 2017-11-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar shing.lyu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}