Delayed Gratification

A quick and easy cure for Endless Scrolling Syndrome.

Τι είναι το Delayed Gratification;

Το Delayed Gratification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον delayedgratificationapp, και η κύρια λειτουργία του είναι "A quick and easy cure for Endless Scrolling Syndrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Delayed Gratification

Λήψη αρχείων επέκτασης Delayed Gratification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Delayed Gratification Delayed Gratification
ID ifhndomfnbmggdgodaicfebeggdphlcn
Επίσημο URL https://chromewebstore.google.com/detail/delayed-gratification/ifhndomfnbmggdgodaicfebeggdphlcn
Περιγραφή A quick and easy cure for Endless Scrolling Syndrome.
Μέγεθος Αρχείου 55.97 KB
Αριθμός Εγκαταστάσεων 8,659
Τρέχουσα Έκδοση 0.0.5
Τελευταία Ενημέρωση 2017-01-09
Ημερομηνία Δημοσίευσης 2017-01-09
Αξιολόγηση 4.83/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής delayedgratificationapp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}