ScheduleBlock

Block websites on a schedule

ScheduleBlockとは何ですか?

ScheduleBlockはsdasda7777によって開発されたChromeの拡張機能で、その主な機能は「Block websites on a schedule」です。

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

screenshot
screenshot

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

ScheduleBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Allows you to block any set of websites on a schedule or based on a timer.
Allows you to block independently both opening new tabs and using old tabs (independently for each day of the week).
Allows you to block sites after amount of time is spent.
By default uses gray color scheme to save your eyes in the night.
Reliable, without spying, ads or microtransactions.
Fully open source, therefore open to both code inspections and great new ideas.
Perfect for improving your concentration when you need it.

If there are features you would like to see added, be sure to mention them in a review or on project's GitHub page.                    

拡張機能の基本情報

名前 ScheduleBlock ScheduleBlock
ID hkcbacbpfhlbmaifoakhifmopmgdajkn
公式URL https://chromewebstore.google.com/detail/scheduleblock/hkcbacbpfhlbmaifoakhifmopmgdajkn
説明 Block websites on a schedule
ファイルサイズ 167 KB
インストール数 223
現在のバージョン 1.1.6
最終更新日 2023-05-15
公開日 2021-05-24
評価 5.00/5 合計 5 レビュー
開発者 sdasda7777
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sdasda7777/ScheduleBlock
ヘルプページのURL https://github.com/sdasda7777/ScheduleBlock/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScheduleBlock",
    "description": "Block websites on a schedule",
    "version": "1.1.6",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/Misc.js",
                "src\/Record.js",
                "src\/RecordStorage.js",
                "src\/options.js",
                "src\/content.js",
                "images\/ScheduleBlock128.png"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background_loader_mod.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "incognito": "spanning",
    "icons": {
        "128": "\/images\/ScheduleBlock128.png"
    },
    "options_page": "src\/options.html"
}