Time Saver for YouTube
Display the time saved when the playback speed of a YouTube video is adjusted.
Co to jest Time Saver for YouTube?
Time Saver for YouTube to rozszerzenie Chrome opracowane przez Julian Acosta, a jego główną funkcją jest „Display the time saved when the playback speed of a YouTube video is adjusted.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Time Saver for YouTube
Pobierz pliki rozszerzeń Time Saver for YouTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nkfcgfkioefgclgcilgocbdnlhbfmcaf |
Oficjalny URL | https://chromewebstore.google.com/detail/time-saver-for-youtube/nkfcgfkioefgclgcilgocbdnlhbfmcaf |
Opis | Display the time saved when the playback speed of a YouTube video is adjusted. |
Rozmiar pliku | 5.33 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 0.0.0.3 |
Ostatnia Aktualizacja | 2023-03-17 |
Data Publikacji | 2020-07-02 |
Deweloper | Julian Acosta |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |