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
Eメール [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"
    }
}