Coursera Playback Speed
Allows you to set playback speed to any value (from 0.25x to 10x)
Cos'è Coursera Playback Speed?
Coursera Playback Speed è un'estensione di Chrome sviluppata da Church of Thought, e la sua funzione principale è "Allows you to set playback speed to any value (from 0.25x to 10x)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coursera Playback Speed
Scarica i file di estensione Coursera Playback Speed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ggonllaomlopoinanbapoaamhomlflao |
| URL Ufficiale | https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao |
| Descrizione | Allows you to set playback speed to any value (from 0.25x to 10x) |
| Dimensione del File | 19.73 KB |
| Conteggio Installazioni | 983 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-04-11 |
| Data di Pubblicazione | 2020-10-17 |
| Valutazione | 4.13/5 Totale 16 Valutazioni |
| Sviluppatore | Church of Thought |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/ |
| URL della Pagina della Politica sulla Privacy | https://churchofthought.org/privacy-policy |
| Lingue Supportate | 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"
]
} | |