Block Reddit

Reminds you to get off Reddit.

Qu'est-ce que Block Reddit ?

Block Reddit est une extension Chrome développée par CS, et sa fonction principale est "Reminds you to get off Reddit.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Block Reddit

Téléchargez les fichiers d'extension Block Reddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
URL Officiel https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
Description Reminds you to get off Reddit.
Taille du Fichier 51.68 KB
Nombre d'Installations 988
Version Actuelle 1.0.3
Dernière Mise à Jour 2014-12-18
Date de Publication 2014-12-18
Évaluation 2.80/5 Total 15 Évaluations
Développeur CS
Type de Paiement free
Langues Prises en Charge 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"
    ]
}