WaitBlock

Setup wait period for time-wasting sites.

WaitBlock क्या है?

WaitBlock https://mscavnicky.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Setup wait period for time-wasting sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WaitBlock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
    }
}