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 |
Eメール | [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\/*" ] } |