Coursera Playback Speed
Allows you to set playback speed to any value (from 0.25x to 10x)
Wat is Coursera Playback Speed?
Coursera Playback Speed is een Chrome-extensie ontwikkeld door Church of Thought, en de belangrijkste functie is "Allows you to set playback speed to any value (from 0.25x to 10x)".
Extensie Screenshots
Download het CRX-bestand van de extensie Coursera Playback Speed
Download Coursera Playback Speed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Coursera Playback Speed |
ID | ggonllaomlopoinanbapoaamhomlflao |
Officiële URL | https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao |
Beschrijving | Allows you to set playback speed to any value (from 0.25x to 10x) |
Bestandsgrootte | 19.73 KB |
Aantal Installaties | 983 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-04-11 |
Publicatiedatum | 2020-10-17 |
Beoordeling | 4.13/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Church of Thought |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/ |
URL van de Privacybeleid Pagina | https://churchofthought.org/privacy-policy |
Ondersteunde Talen | 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" ] } |