Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Co je Delayed Gratification?

Delayed Gratification je rozšíření Chrome vyvinuté delayedgratificationapp, a jeho hlavní funkcí je „A quick and easy cure for Endless Scrolling Syndrome.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Delayed Gratification

Stáhněte si soubory rozšíření Delayed Gratification ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Delayed Gratification Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
Oficiální URL https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn
Popis A quick and easy cure for Endless Scrolling Syndrome.
Velikost souboru 55.97 KB
Počet instalací 8,659
Aktuální Verze 0.0.5
Poslední Aktualizace 2017-01-09
Datum Vydání 2017-01-09
Hodnocení 4.83/5 Celkem 58 Hodnocení
Vývojář delayedgratificationapp
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}