FocusBlocker

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

Qu'est-ce que FocusBlocker ?

FocusBlocker est une extension Chrome développée par shing.lyu, et sa fonction principale est "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FocusBlocker

Téléchargez les fichiers d'extension FocusBlocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FocusBlocker FocusBlocker
ID bejdhniafighghjelnmhhcgongokdhbi
URL Officiel 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
Taille du Fichier 9.89 KB
Nombre d'Installations 209
Version Actuelle 0.2.3
Dernière Mise à Jour 2017-11-14
Date de Publication 2017-11-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur shing.lyu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}