Block Reddit

Reminds you to get off Reddit.

Was ist Block Reddit?

Block Reddit ist eine Chrome-Erweiterung, die von CS entwickelt wurde, und ihr Hauptmerkmal ist "Reminds you to get off Reddit.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Block Reddit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Block Reddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
Offizielle URL https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
Beschreibung Reminds you to get off Reddit.
Dateigröße 51.68 KB
Installationsanzahl 988
Aktuelle Version 1.0.3
Letztes Update 2014-12-18
Veröffentlichungsdatum 2014-12-18
Bewertung 2.80/5 Insgesamt 15 Bewertungen
Entwickler CS
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}