YouTube Sleep Timer

Pauses YouTube videos during sleep hours

YouTube Sleep Timerคืออะไร?

YouTube Sleep Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rhett Langseth และคุณลักษณะหลักของมันคือ "Pauses YouTube videos during sleep hours"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Sleep Timer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}