Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

Playback Time Calculator | YouTube, Udemy là gì?

Playback Time Calculator | YouTube, Udemy là một tiện ích mở rộng Chrome được phát triển bởi heesangbb, và tính năng chính của nó là "Calculate time by playback speed of video and playlist.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Playback Time Calculator | YouTube, Udemy

Tải xuống các tệp mở rộng Playback Time Calculator | YouTube, Udemy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
URL Chính Thức https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
Mô tả Calculate time by playback speed of video and playlist.
Kích Thước Tệp 13.22 KB
Số Lần Cài Đặt 138
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-08-26
Ngày Phát Hành 2022-08-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển heesangbb
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/heesangbb/playback-time-calculator-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}