Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Что такое Delayed Gratification?

Delayed Gratification - это расширение Chrome, разработанное delayedgratificationapp, и его основная функция - "A quick and easy cure for Endless Scrolling Syndrome.".

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

screenshot
screenshot

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

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

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

                        Every time you tab into a time-eating website, Delayed Gratification gives you 15 seconds to make sure you actually wanted to do that. Because, let's face it, it's mostly just muscle memory at this point.

Click on the hourglass icon in your browser to add "bad websites" and update your time settings.

NOTE: Delayed Gratification is currently in beta. Please contact [email protected] with any bugs or suggestions.                    

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

Название Delayed Gratification Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
Официальный URL https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn
Описание A quick and easy cure for Endless Scrolling Syndrome.
Размер файла 55.97 KB
Количество установок 8,659
Текущая Версия 0.0.5
Последнее Обновление 2017-01-09
Дата публикации 2017-01-09
Рейтинг 4.83/5 Всего 58 оценок
Разработчик delayedgratificationapp
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Delayed Gratification",
    "description": "A quick and easy cure for Endless Scrolling Syndrome.",
    "options_page": "settings.html",
    "version": "0.0.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "page": "background_page.html",
        "js": [
            "jquery-2.2.0.min.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}