Block Reddit

Reminds you to get off Reddit.

What is Block Reddit?

Block Reddit is a Chrome extension developed by CS, and its main feature is "Reminds you to get off Reddit.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Block Reddit Extension CRX File

Download Block Reddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
Official URL https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
Description Reminds you to get off Reddit.
File Size 51.68 KB
Installation Count 988
Current Version 1.0.3
Last Updated 2014-12-18
Publish Date 2014-12-18
Rating 2.80/5 Total 15 Ratings
Developer CS
Payment Type free
Supported Languages 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"
    ]
}