Coursera Playback Speed
Allows you to set playback speed to any value (from 0.25x to 10x)
Co to jest Coursera Playback Speed?
Coursera Playback Speed to rozszerzenie Chrome opracowane przez Church of Thought, a jego główną funkcją jest „Allows you to set playback speed to any value (from 0.25x to 10x)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Coursera Playback Speed
Pobierz pliki rozszerzeń Coursera Playback Speed 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
Coursera's video player normally caps the playback speed to a maximum of 2x. With this extension, the playback speed can be increased to any desired multiplier from 0.25x to 10x. The keyboard shortcuts are listed below: Space: Play/Pause Up: Increase Volume Down: Decrease Volume Left: Skip Back Right: Skip Forward F: Toggle Fullscreen
Podstawowe informacje o rozszerzeniu
Nazwa | Coursera Playback Speed |
ID | ggonllaomlopoinanbapoaamhomlflao |
Oficjalny URL | https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao |
Opis | Allows you to set playback speed to any value (from 0.25x to 10x) |
Rozmiar pliku | 19.73 KB |
Liczba instalacji | 983 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-04-11 |
Data Publikacji | 2020-10-17 |
Ocena | 4.13/5 Łącznie 16 Oceny |
Deweloper | Church of Thought |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/ |
Adres URL Strony Polityki Prywatności | https://churchofthought.org/privacy-policy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allows you to set playback speed to any value (from 0.25x to 10x)", "manifest_version": 2, "name": "Coursera Playback Speed", "short_name": "Coursera Playspeed", "version": "1.1", "icons": { "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.coursera.org\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "hook.js" ] } |