Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

Playback Time Calculator | YouTube, Udemyคืออะไร?

Playback Time Calculator | YouTube, Udemy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย heesangbb และคุณลักษณะหลักของมันคือ "Calculate time by playback speed of video and playlist."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Playback Time Calculator | YouTube, Udemy

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

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

                        This extension displays time by playback speed of videos and playlists.

Features:
Displays the time by playback speed of video.
Displays the total playing time of the playlist(by playback speed).

How to use:
⏱: Time is displayed by playback speed when you mouse over it.

Caution:
If there are more than 100 videos in the playlist, scroll down and it will be counted again when loading is complete. - youtube                    

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

ชื่อ Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
คำอธิบาย Calculate time by playback speed of video and playlist.
ขนาดไฟล์ 13.22 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-08-26
วันที่เผยแพร่ 2022-08-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา heesangbb
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/heesangbb/playback-time-calculator-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Time Calculator | YouTube, Udemy",
    "description": "Calculate time by playback speed of video and playlist.",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.udemy.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "\/assets\/icon_128.png"
    }
}