Coursera Playback Speed
Allows you to set playback speed to any value (from 0.25x to 10x)
Qu'est-ce que Coursera Playback Speed ?
Coursera Playback Speed est une extension Chrome développée par Church of Thought, et sa fonction principale est "Allows you to set playback speed to any value (from 0.25x to 10x)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coursera Playback Speed
Téléchargez les fichiers d'extension Coursera Playback Speed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Coursera Playback Speed |
ID | ggonllaomlopoinanbapoaamhomlflao |
URL Officiel | https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao |
Description | Allows you to set playback speed to any value (from 0.25x to 10x) |
Taille du Fichier | 19.73 KB |
Nombre d'Installations | 983 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2022-04-11 |
Date de Publication | 2020-10-17 |
Évaluation | 4.13/5 Total 16 Évaluations |
Développeur | Church of Thought |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/ |
URL de la Page de Politique de Confidentialité | https://churchofthought.org/privacy-policy |
Langues Prises en Charge | 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" ] } |