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.”。
擴展截圖
下載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 |
ID | fcefkpniflbaghkiodhhcfhfdagkmpcm |
官方網址 | 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" } } |