Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Qu'est-ce que Delayed Gratification ?

Delayed Gratification est une extension Chrome développée par delayedgratificationapp, et sa fonction principale est "A quick and easy cure for Endless Scrolling Syndrome.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Delayed Gratification

Téléchargez les fichiers d'extension Delayed Gratification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Delayed Gratification Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
URL Officiel https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn
Description A quick and easy cure for Endless Scrolling Syndrome.
Taille du Fichier 55.97 KB
Nombre d'Installations 8,659
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-01-09
Date de Publication 2017-01-09
Évaluation 4.83/5 Total 58 Évaluations
Développeur delayedgratificationapp
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}