Block Reddit

Reminds you to get off Reddit.

Hvad er Block Reddit?

Block Reddit er en Chrome-udvidelse udviklet af CS, og dens hovedfunktion er "Reminds you to get off Reddit.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Block Reddit-udvidelses-CRX-fil

Download Block Reddit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
Officiel URL https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
Beskrivelse Reminds you to get off Reddit.
Filstørrelse 51.68 KB
Antal Installationer 988
Nuværende Version 1.0.3
Senest Opdateret 2014-12-18
Udgivelsesdato 2014-12-18
Bedømmelse 2.80/5 Samlet 15 Bedømmelser
Udvikler CS
Betalingsmetode free
Understøttede Sprog 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"
    ]
}