Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Wat is Delayed Gratification?

Delayed Gratification is een Chrome-extensie ontwikkeld door delayedgratificationapp, en de belangrijkste functie is "A quick and easy cure for Endless Scrolling Syndrome.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Delayed Gratification

Download Delayed Gratification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Delayed Gratification Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
Officiële URL https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn
Beschrijving A quick and easy cure for Endless Scrolling Syndrome.
Bestandsgrootte 55.97 KB
Aantal Installaties 8,659
Huidige Versie 0.0.5
Laatst Bijgewerkt 2017-01-09
Publicatiedatum 2017-01-09
Beoordeling 4.83/5 Totaal 58 Beoordelingen
Ontwikkelaar delayedgratificationapp
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}