Block Reddit

Reminds you to get off Reddit.

Wat is Block Reddit?

Block Reddit is een Chrome-extensie ontwikkeld door CS, en de belangrijkste functie is "Reminds you to get off Reddit.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Block Reddit

Download Block Reddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
Officiële URL https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
Beschrijving Reminds you to get off Reddit.
Bestandsgrootte 51.68 KB
Aantal Installaties 988
Huidige Versie 1.0.3
Laatst Bijgewerkt 2014-12-18
Publicatiedatum 2014-12-18
Beoordeling 2.80/5 Totaal 15 Beoordelingen
Ontwikkelaar CS
Betalingswijze free
Ondersteunde Talen 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"
    ]
}