Coursera Playback Speed
Allows you to set playback speed to any value (from 0.25x to 10x)
Was ist Coursera Playback Speed?
Coursera Playback Speed ist eine Chrome-Erweiterung, die von Church of Thought entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to set playback speed to any value (from 0.25x to 10x)".
Erweiterungsscreenshots
Coursera Playback Speed-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coursera Playback Speed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ggonllaomlopoinanbapoaamhomlflao |
| Offizielle URL | https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao |
| Beschreibung | Allows you to set playback speed to any value (from 0.25x to 10x) |
| Dateigröße | 19.73 KB |
| Installationsanzahl | 983 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2022-04-11 |
| Veröffentlichungsdatum | 2020-10-17 |
| Bewertung | 4.13/5 Insgesamt 16 Bewertungen |
| Entwickler | Church of Thought |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/ |
| URL der Datenschutzrichtlinien-Seite | https://churchofthought.org/privacy-policy |
| Unterstützte Sprachen | 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"
]
} | |