Restraint

Block distracting websites for five minutes or five hours or all day.

O que é Restraint?

Restraint é uma extensão do Chrome desenvolvida por divdahv, e sua principal característica é "Block distracting websites for five minutes or five hours or all day.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Restraint

Baixe arquivos de extensão Restraint 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

                        This extension adds a little red button to your browser that you should click when you notice yourself getting distracted by a website. Adjust the timer, click the Block button, and free yourself from the grips of your favorite distraction.                    

Informações Básicas da Extensão

Nome Restraint Restraint
ID nghnabbcbelnoodmcbpaellgiillclbo
URL Oficial https://chrome.google.com/webstore/detail/restraint/nghnabbcbelnoodmcbpaellgiillclbo
Descrição Block distracting websites for five minutes or five hours or all day.
Tamanho do Arquivo 101 KB
Contagem de Instalações 11
Versão Atual 1.6
Última Atualização 2014-04-28
Data de Publicação 2014-04-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor divdahv
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restraint",
    "version": "1.6",
    "author": "David Struewing",
    "description": "Block distracting websites for five minutes or five hours or all day.",
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "chrome-extension:\/\/pmfjccjkgpgjfkednjngklmoeckidkka\/blocked.html"
        ]
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "19": "\/icons\/icon19.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "blocked.html"
    ]
}