SleepyHead

A Sleep timer for any website.

SleepyHead क्या है?

SleepyHead https://snazzytechnologies.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Sleep timer for any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SleepyHead एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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
}