SoftBlock

Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.

¿Qué es SoftBlock?

SoftBlock es una extensión de Chrome desarrollada por https://bootstrapped.ventures, y su función principal es "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SoftBlock

Descarga archivos de extensión SoftBlock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Increase your productivity by blocking access to a blacklist of websites while still allowing you to regain access when needed (during your break, for example), but only for a limited time.

This first version is really basic and created for my own needs.
Feel free to take a look at the source at https://github.com/BrechtVds/SoftBlock                    

Información Básica de la Extensión

Nombre SoftBlock SoftBlock
ID gpniknfkgmfphohfhbnacmcjmplbgfjk
URL Oficial https://chromewebstore.google.com/detail/softblock/gpniknfkgmfphohfhbnacmcjmplbgfjk
Descripción Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.
Tamaño del Archivo 49.83 KB
Cantidad de Instalaciones 28
Versión Actual 1.1
Última Actualización 2014-09-08
Fecha de Publicación 2014-09-08
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador https://bootstrapped.ventures
Tipo de Pago free
Sitio Web de la Extensión http://bootstrapped.ventures/softblock-chrome-extension/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SoftBlock",
    "description": "Soft block your websites: get a gentle reminder before being able to reach a website on your blacklist.",
    "version": "1.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "scripts\/softblock.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "SoftBlock",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}