YouTube Speed Controls
Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.
Co to jest YouTube Speed Controls?
YouTube Speed Controls to rozszerzenie Chrome opracowane przez https://jamesdeklerk.com, a jego główną funkcją jest „Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Speed Controls
Pobierz pliki rozszerzeń YouTube Speed Controls 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
Note: After initial install, you may need to reload YouTube pages that were open (this only happens on initial install) Control the speed of YouTube videos using the ` key. Flick between normal (1x), 2x and 3x playback speed. Usage: - Click ` (the grave accent key) to flick between normal and 2x playback speed - Click ctrl + ` to flick between normal and 3x playback speed.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Speed Controls |
ID | naalfmaaomhjpbndelnlijacdniggpjn |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-speed-controls/naalfmaaomhjpbndelnlijacdniggpjn |
Opis | Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed. |
Rozmiar pliku | 9.92 KB |
Liczba instalacji | 27,337 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2024-01-19 |
Data Publikacji | 2018-09-12 |
Ocena | 4.13/5 Łącznie 61 Oceny |
Deweloper | https://jamesdeklerk.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jamesdeklerk/youtube-speed-controls |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Speed Controls", "description": "Click ` (the grave accent key) to flick between normal and 2x speed, or ctrl + ` to play at 3x speed.", "version": "1.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "src\/javascript\/script.js" ], "css": [ "src\/css\/styles.css" ] } ], "icons": { "16": "src\/images\/icon16.png", "48": "src\/images\/icon48.png", "128": "src\/images\/icon128.png" } } |