Youtube SpeedWatch

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

Youtube SpeedWatch là gì?

Youtube SpeedWatch là một tiện ích mở rộng Chrome được phát triển bởi Grzojda, và tính năng chính của nó là "This extension shows the duration of a video on YouTube based on the playback speed.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube SpeedWatch

Tải xuống các tệp mở rộng Youtube SpeedWatch 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

                        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!                    

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

Tên Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
URL Chính Thức https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
Mô tả This extension shows the duration of a video on YouTube based on the playback speed.
Kích Thước Tệp 19.13 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-04
Ngày Phát Hành 2024-01-30
Nhà Phát Triển Grzojda
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}