FocusBlocker

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

O que é FocusBlocker?

FocusBlocker é uma extensão do Chrome desenvolvida por shing.lyu, e sua principal característica é "Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FocusBlocker

Baixe arquivos de extensão FocusBlocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FocusBlocker FocusBlocker
ID bejdhniafighghjelnmhhcgongokdhbi
URL Oficial https://chromewebstore.google.com/detail/focusblocker/bejdhniafighghjelnmhhcgongokdhbi
Descrição Block websites for a given time to help you focus on work/study. Gives you more flexibility then traditional schedule based blockers
Tamanho do Arquivo 9.89 KB
Contagem de Instalações 209
Versão Atual 0.2.3
Última Atualização 2017-11-14
Data de Publicação 2017-11-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor shing.lyu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}