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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}