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
电子邮箱 [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"
            ]
        }
    ]
}