Time Saver for YouTube
Display the time saved when the playback speed of a YouTube video is adjusted.
什么是Time Saver for YouTube?
Time Saver for YouTube是由Julian Acosta开发的Chrome扩展程序,该扩展的主要功能是“Display the time saved when the playback speed of a YouTube video is adjusted.”。
扩展截图
下载Time Saver for YouTube扩展crx文件
下载Time Saver for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | nkfcgfkioefgclgcilgocbdnlhbfmcaf |
官方URL | https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf |
简介 | Display the time saved when the playback speed of a YouTube video is adjusted. |
文件大小 | 5.33 KB |
安装次数 | 38 |
当前版本 | 0.0.0.3 |
更新时间 | 2023-03-17 |
上架时间 | 2020-07-02 |
开发者 | Julian Acosta |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |