Block Reddit

Reminds you to get off Reddit.

Что такое Block Reddit?

Block Reddit - это расширение Chrome, разработанное CS, и его основная функция - "Reminds you to get off Reddit.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Block Reddit

Скачайте файлы расширений Block Reddit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
Официальный URL https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
Описание Reminds you to get off Reddit.
Размер файла 51.68 KB
Количество установок 988
Текущая Версия 1.0.3
Последнее Обновление 2014-12-18
Дата публикации 2014-12-18
Рейтинг 2.80/5 Всего 15 оценок
Разработчик CS
Тип оплаты free
Поддерживаемые языки 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"
    ]
}