WaitBlock

Setup wait period for time-wasting sites.

ما هو WaitBlock؟

WaitBlock هو إضافة Chrome تم تطويرها بواسطة https://mscavnicky.com، والميزة الرئيسية لها هي "Setup wait period for time-wasting sites.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة WaitBlock

قم بتنزيل ملفات الامتداد WaitBlock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        WaitBlock allows you to setup wait period for time-wasting sites. Upon visiting a blocked website, you will be presented with a countdown you need to wait out.

This turns the dopamine-induced sensation you get when opening Facebook, into boring and borderline frustrating experience. After a while, you will no longer be subconsciously opening it again.

You also get a beautiful picture every day, which will remind you of the life out there.                    

معلومات أساسية عن التمديد

الاسم WaitBlock WaitBlock
ID kcnjfeppclpdinikcljfjigoongebpkh
عنوان URL الرسمي https://chromewebstore.google.com/detail/waitblock/kcnjfeppclpdinikcljfjigoongebpkh
الوصف Setup wait period for time-wasting sites.
حجم الملف 38.04 KB
عدد التثبيتات 1,049
النسخة الحالية 1.5.1
آخر تحديث 2020-11-23
تاريخ النشر 2020-04-24
تقييم 4.85/5 مجموع تقييمات 27
المطور https://mscavnicky.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaitBlock",
    "description": "Setup wait period for time-wasting sites.",
    "version": "1.5.1",
    "minimum_chrome_version": "40",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "background": {
        "scripts": [
            "js\/underscore-1.8.3.min.js",
            "js\/waitblock.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/waitblock.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}