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