SleepyHead

A Sleep timer for any website.

ما هو SleepyHead؟

SleepyHead هو إضافة Chrome تم تطويرها بواسطة https://snazzytechnologies.com، والميزة الرئيسية لها هي "A Sleep timer for any website.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SleepyHead

قم بتنزيل ملفات الامتداد SleepyHead بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://sleepyhead.snazzytechnologies.com/support
عنوان صفحة سياسة الخصوصية 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
}