WaitBlock

Setup wait period for time-wasting sites.

WaitBlock là gì?

WaitBlock là một tiện ích mở rộng Chrome được phát triển bởi https://mscavnicky.com, và tính năng chính của nó là "Setup wait period for time-wasting sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WaitBlock

Tải xuống các tệp mở rộng WaitBlock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WaitBlock WaitBlock
ID kcnjfeppclpdinikcljfjigoongebpkh
URL Chính Thức https://chromewebstore.google.com/detail/waitblock/kcnjfeppclpdinikcljfjigoongebpkh
Mô tả Setup wait period for time-wasting sites.
Kích Thước Tệp 38.04 KB
Số Lần Cài Đặt 1,049
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2020-11-23
Ngày Phát Hành 2020-04-24
Đánh Giá 4.85/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://mscavnicky.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}