Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Cos'è Delayed Gratification?

Delayed Gratification è un'estensione di Chrome sviluppata da delayedgratificationapp, e la sua funzione principale è "A quick and easy cure for Endless Scrolling Syndrome.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Delayed Gratification

Scarica i file di estensione Delayed Gratification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Delayed Gratification Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
URL Ufficiale https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn
Descrizione A quick and easy cure for Endless Scrolling Syndrome.
Dimensione del File 55.97 KB
Conteggio Installazioni 8,659
Versione Corrente 0.0.5
Ultimo Aggiornamento 2017-01-09
Data di Pubblicazione 2017-01-09
Valutazione 4.83/5 Totale 58 Valutazioni
Sviluppatore delayedgratificationapp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}