Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Co to jest Delayed Gratification?

Delayed Gratification to rozszerzenie Chrome opracowane przez delayedgratificationapp, a jego główną funkcją jest „A quick and easy cure for Endless Scrolling Syndrome.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Delayed Gratification

Pobierz pliki rozszerzeń Delayed Gratification w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Delayed Gratification Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
Oficjalny URL https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn
Opis A quick and easy cure for Endless Scrolling Syndrome.
Rozmiar pliku 55.97 KB
Liczba instalacji 8,659
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2017-01-09
Data Publikacji 2017-01-09
Ocena 4.83/5 Łącznie 58 Oceny
Deweloper delayedgratificationapp
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}