Time Saver for YouTube
Display the time saved when the playback speed of a YouTube video is adjusted.
What is Time Saver for YouTube?
Time Saver for YouTube is a Chrome extension developed by Julian Acosta, and its main feature is "Display the time saved when the playback speed of a YouTube video is adjusted.".
Extension Screenshots
Download Time Saver for YouTube Extension CRX File
Download Time Saver for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nkfcgfkioefgclgcilgocbdnlhbfmcaf |
Official URL | https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf |
Description | Display the time saved when the playback speed of a YouTube video is adjusted. |
File Size | 5.33 KB |
Installation Count | 38 |
Current Version | 0.0.0.3 |
Last Updated | 2023-03-17 |
Publish Date | 2020-07-02 |
Developer | Julian Acosta |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |