WaitBlock

Setup wait period for time-wasting sites.

WaitBlockとは何ですか?

WaitBlockはhttps://mscavnicky.comによって開発されたChromeの拡張機能で、その主な機能は「Setup wait period for time-wasting sites.」です。

拡張機能のスクリーンショット

screenshot
screenshot

WaitBlock拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}