Youtube SpeedWatch

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

什么是Youtube SpeedWatch?

Youtube SpeedWatch是由Grzojda开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the duration of a video on YouTube based on the playback speed.”。

扩展截图

screenshot

下载Youtube SpeedWatch扩展crx文件

下载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"
    }
}