Time Saver for YouTube

Display the time saved when the playback speed of a YouTube video is adjusted.

Time Saver for YouTube là gì?

Time Saver for YouTube là một tiện ích mở rộng Chrome được phát triển bởi Julian Acosta, và tính năng chính của nó là "Display the time saved when the playback speed of a YouTube video is adjusted.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Time Saver for YouTube

Tải xuống các tệp mở rộng Time Saver for YouTube 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

                        Just change the speed and the amount of time you save will be displayed below the video. It's simple and blends in with YouTube's look and feel.                    

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

Tên Time Saver for YouTube Time Saver for YouTube
ID nkfcgfkioefgclgcilgocbdnlhbfmcaf
URL Chính Thức https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf
Mô tả Display the time saved when the playback speed of a YouTube video is adjusted.
Kích Thước Tệp 5.33 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2023-03-17
Ngày Phát Hành 2020-07-02
Nhà Phát Triển Julian Acosta
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Saver for YouTube",
    "version": "0.0.0.3",
    "description": "Display the time saved when the playback speed of a YouTube video is adjusted.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "youtube-script.js"
    ],
    "permissions": [
        "*:\/\/www.youtube.com\/*"
    ]
}