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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

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