YouTube Sleep Timer

Pauses YouTube videos during sleep hours

YouTube Sleep Timerとは何ですか?

YouTube Sleep TimerはRhett Langsethによって開発されたChromeの拡張機能で、その主な機能は「Pauses YouTube videos during sleep hours」です。

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

screenshot

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

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

拡張機能の使用方法

                        The YouTube Sleep Timer is great for people who fall asleep watching YouTube videos! This extension pauses YouTube videos during your scheduled sleep hours.                    

拡張機能の基本情報

名前 YouTube Sleep Timer YouTube Sleep Timer
ID nkcebpjpodinoppdmkaphcckpdjgnknh
公式URL https://chromewebstore.google.com/detail/youtube-sleep-timer/nkcebpjpodinoppdmkaphcckpdjgnknh
説明 Pauses YouTube videos during sleep hours
ファイルサイズ 16.07 KB
インストール数 768
現在のバージョン 1.0
最終更新日 2022-02-18
公開日 2022-02-18
評価 1.00/5 合計 2 レビュー
開発者 Rhett Langseth
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Sleep Timer",
    "description": "Pauses YouTube videos during sleep hours",
    "version": "1.0",
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "YouTube Sleep Timer"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}