YouTube Sleep Timer

Pauses YouTube videos during sleep hours

What is YouTube Sleep Timer?

YouTube Sleep Timer is a Chrome extension developed by Rhett Langseth, and its main feature is "Pauses YouTube videos during sleep hours".

Extension Screenshots

screenshot

Download YouTube Sleep Timer Extension CRX File

Download YouTube Sleep Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Sleep Timer YouTube Sleep Timer
ID nkcebpjpodinoppdmkaphcckpdjgnknh
Official URL https://chromewebstore.google.com/detail/youtube-sleep-timer/nkcebpjpodinoppdmkaphcckpdjgnknh
Description Pauses YouTube videos during sleep hours
File Size 16.07 KB
Installation Count 768
Current Version 1.0
Last Updated 2022-02-18
Publish Date 2022-02-18
Rating 1.00/5 Total 2 Ratings
Developer Rhett Langseth
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}