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 |
官方網址 | 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\/*" ] } |