FocusBlocker

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

Was ist FocusBlocker?

FocusBlocker ist eine Chrome-Erweiterung, die von shing.lyu entwickelt wurde, und ihr Hauptmerkmal ist "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers".

Erweiterungsscreenshots

screenshot

FocusBlocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie FocusBlocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name FocusBlocker FocusBlocker
ID bejdhniafighghjelnmhhcgongokdhbi
Offizielle URL https://chromewebstore.google.com/detail/focusblocker/bejdhniafighghjelnmhhcgongokdhbi
Beschreibung Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers
Dateigröße 9.89 KB
Installationsanzahl 209
Aktuelle Version 0.2.3
Letztes Update 2017-11-14
Veröffentlichungsdatum 2017-11-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler shing.lyu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}