SleepyHead

A Sleep timer for any website.

什么是SleepyHead?

SleepyHead是由https://snazzytechnologies.com开发的Chrome扩展程序,该扩展的主要功能是“A Sleep timer for any website.”。

扩展截图

screenshot
screenshot
screenshot

下载SleepyHead扩展crx文件

下载SleepyHead扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A sleep timer extension for any website so you get a more restful sleep.

Start playing some media, set a timer and watch or listen until you doze off. When the timer has ended, the SleepyHead timer completed page will be shown, allowing your devices screen to turn off. Hit the back button the next day to resume watching.

Use the optional Sound Softener to suppress loud and sudden sounds and enable the optional Night Shift to reduce blue light from your screen.                    

扩展基本信息

名称 SleepyHead SleepyHead
ID pklbmflmehnfibgomgdbacoemfnloedd
官方URL https://chromewebstore.google.com/detail/sleepyhead/pklbmflmehnfibgomgdbacoemfnloedd
简介 A Sleep timer for any website.
文件大小 55.31 KB
安装次数 16
当前版本 0.1.0
更新时间 2022-12-20
上架时间 2022-12-20
开发者 https://snazzytechnologies.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://sleepyhead.snazzytechnologies.com/
帮助页面URL https://sleepyhead.snazzytechnologies.com/support
隐私政策页面URL https://sleepyhead.snazzytechnologies.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SleepyHead",
    "version": "0.1.0",
    "description": "A Sleep timer for any website.",
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "scripting",
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "auth.html"
            ],
            "matches": [
                "https:\/\/sleepyhead.snazzytechnologies.com\/*"
            ]
        }
    ],
    "options_page": "preferences.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/plugins\/shared.js",
                "assets\/js\/plugins\/sound-softener.js",
                "assets\/js\/plugins\/sleep-shift.js"
            ]
        }
    ],
    "minimum_chrome_version": "92",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon128.png",
            "32": "assets\/icons\/icon128.png",
            "48": "assets\/icons\/icon128.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_title": "SleepyHead",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}