Udemy Video Playback Speed

Adds additional playback speed options for videos on Udemy.

What is Udemy Video Playback Speed?

Udemy Video Playback Speed is a Chrome extension developed by gitnix, and its main feature is "Adds additional playback speed options for videos on Udemy.".

Extension Screenshots

screenshot

Download Udemy Video Playback Speed Extension CRX File

Download Udemy Video 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

                        Watch videos on Udemy at up to 4x speed!                    

Extension Basic Information

Name Udemy Video Playback Speed Udemy Video Playback Speed
ID jipobffkabkgddgmdmmgjoaopbnjnffn
Official URL https://chromewebstore.google.com/detail/udemy-video-playback-spee/jipobffkabkgddgmdmmgjoaopbnjnffn
Description Adds additional playback speed options for videos on Udemy.
File Size 13.59 KB
Installation Count 3,206
Current Version 1.2.7
Last Updated 2021-01-09
Publish Date 2019-04-12
Rating 3.94/5 Total 69 Ratings
Developer gitnix
Email [email protected]
Payment Type free
Extension Website https://github.com/gitnix/chrome-extension-udemy-playback-rate
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Udemy Video Playback Speed",
    "version": "1.2.7",
    "description": "Adds additional playback speed options for videos on Udemy.",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.udemy.com\/*"
            ],
            "js": [
                "playbackRate.js"
            ],
            "css": [
                "menuList.css"
            ]
        }
    ]
}