Coursera Playback Speed

Allows you to set playback speed to any value (from 0.25x to 10x)

What is Coursera Playback Speed?

Coursera Playback Speed is a Chrome extension developed by Church of Thought, and its main feature is "Allows you to set playback speed to any value (from 0.25x to 10x)".

Extension Screenshots

screenshot

Download Coursera Playback Speed Extension CRX File

Download Coursera Playback Speed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Coursera Playback Speed Coursera Playback Speed
ID ggonllaomlopoinanbapoaamhomlflao
Official URL https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao
Description Allows you to set playback speed to any value (from 0.25x to 10x)
File Size 19.73 KB
Installation Count 983
Current Version 1.1
Last Updated 2022-04-11
Publish Date 2020-10-17
Rating 4.13/5 Total 16 Ratings
Developer Church of Thought
Email [email protected]
Payment Type free
Extension Website https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/
Privacy Policy Page URL https://churchofthought.org/privacy-policy
Supported Languages 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"
    ]
}