Block Reddit

Reminds you to get off Reddit.

¿Qué es Block Reddit?

Block Reddit es una extensión de Chrome desarrollada por CS, y su función principal es "Reminds you to get off Reddit.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Block Reddit

Descarga archivos de extensión Block Reddit 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

                        Block Reddit is a Chrome extension that encourages you to accomplish your goals. When you visit Reddit, you will be prompted by a goal or task you have added. You now have to make a concious decision whether you want to Reddit or not. You can also select how frequently you would wish to be reminded.

You can also click the Pear icon on the options page to lock Reddit for the remainder of the day.                    

Información Básica de la Extensión

Nombre Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
URL Oficial https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
Descripción Reminds you to get off Reddit.
Tamaño del Archivo 51.68 KB
Cantidad de Instalaciones 988
Versión Actual 1.0.3
Última Actualización 2014-12-18
Fecha de Publicación 2014-12-18
Calificación 2.80/5 Total de 15 Calificaciones
Desarrollador CS
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Reddit",
    "version": "1.0.3",
    "description": "Reminds you to get off Reddit.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "pear.png",
        "48": "pear.png",
        "128": "pear.png"
    },
    "page_action": {
        "default_icon": {
            "19": "pear.png",
            "38": "pear.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "*:\/\/*.reddit.com\/*",
        "storage"
    ]
}