Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Vad är Delayed Gratification?

Delayed Gratification är en Chrome-tillägg utvecklad av delayedgratificationapp, och dess huvudfunktion är "A quick and easy cure for Endless Scrolling Syndrome.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Delayed Gratification-förlängningens CRX-fil

Ladda ner Delayed Gratification-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Delayed Gratification Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
Officiell webbadress https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn
Beskrivning A quick and easy cure for Endless Scrolling Syndrome.
Filstorlek 55.97 KB
Antal Installationer 8,659
Aktuell Version 0.0.5
Senast Uppdaterad 2017-01-09
Publiceringsdatum 2017-01-09
Betyg 4.83/5 Totalt 58 Betyg
Utvecklare delayedgratificationapp
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}