WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Udemy Playback Control

Udemy Playback Control

View on Chrome Web Store
View Udemy Playback Control Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (16 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use global keyboard shortcut to control Udemy video playback on separate monitor/tab.
Type
Extension
Users
461 users
5
Raja Jamwal
View author page of Raja Jamwal
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 26, 2023
Version 1.0
Manifest version
3
Updated
Updated on August 11, 2024
productivity/education
Extension Category
View on Chrome Web Store
View Udemy Playback Control Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Udemy Playback Control",
    "version": "1.0",
    "author": "Raja Jamwal",
    "description": "Use global keyboard shortcut to control Udemy video playback on separate monitor\/tab.",
    "permissions": [
        "tabs",
        "activeTab",
        "commands"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.udemy.com\/*"
            ],
            "js": [
                "event_handler.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "seek-backward": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Seek Backward",
            "global": true
        },
        "play-pause": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "Play\/Pause Video",
            "global": true
        },
        "seek-forward": {
            "suggested_key": {
                "default": "Ctrl+Shift+0",
                "mac": "Command+Shift+0"
            },
            "description": "Seek Forward",
            "global": true
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top