Delayed Gratification
A quick and easy cure for Endless Scrolling Syndrome.
Was ist Delayed Gratification?
Delayed Gratification ist eine Chrome-Erweiterung, die von delayedgratificationapp entwickelt wurde, und ihr Hauptmerkmal ist "A quick and easy cure for Endless Scrolling Syndrome.".
Erweiterungsscreenshots
Delayed Gratification-Erweiterungs-CRX-Datei herunterladen
Laden Sie Delayed Gratification-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Delayed Gratification |
ID | ifhndomfnbmggdgodaicfebeggdphlcn |
Offizielle URL | https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn |
Beschreibung | A quick and easy cure for Endless Scrolling Syndrome. |
Dateigröße | 55.97 KB |
Installationsanzahl | 8,659 |
Aktuelle Version | 0.0.5 |
Letztes Update | 2017-01-09 |
Veröffentlichungsdatum | 2017-01-09 |
Bewertung | 4.83/5 Insgesamt 58 Bewertungen |
Entwickler | delayedgratificationapp |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |