Youtube SpeedWatch

This extension shows the duration of a video on YouTube based on the playback speed.

Youtube SpeedWatchคืออะไร?

Youtube SpeedWatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grzojda และคุณลักษณะหลักของมันคือ "This extension shows the duration of a video on YouTube based on the playback speed."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube SpeedWatch

ดาวน์โหลดไฟล์ส่วนขยาย Youtube SpeedWatch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        YouTube SpeedWatch is a handy extension that allows you to see the actual duration of a video on YouTube, taking into account the playback speed. Whether you're watching at 2x speed or any other speed, this extension provides an accurate display of the video length, giving you complete control over your viewing experience. Say goodbye to the guesswork and uncertainty of video duration when using different playback speeds. Install YouTube SpeedWatch today and enhance your video-watching experience on YouTube!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
คำอธิบาย This extension shows the duration of a video on YouTube based on the playback speed.
ขนาดไฟล์ 19.13 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2024-02-04
วันที่เผยแพร่ 2024-01-30
ผู้พัฒนา Grzojda
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube SpeedWatch",
    "description": "This extension shows the duration of a video on YouTube based on the playback speed.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}