Media Keys for Youtube™

Improve hardware media key handling!

What is Media Keys for Youtube™?

Media Keys for Youtube™ is a Chrome extension developed by timobaczynski, and its main feature is "Improve hardware media key handling!".

Extension Screenshots

screenshot

Download Media Keys for Youtube™ Extension CRX File

Download Media Keys for Youtube™ 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

                        Use the following keys to pause, rewind the video forward and backward, even when the youtube.com window / tab is not active.

Play/Pause ⏯ - works like Space-key.
Previous ⏮- works like LeftArrow-key (backward 5 seconds), long press switches to the previous video.
Next ⏭ - works like RightArrow-key (forward 5 seconds), long press switches to the next video.

Be careful, the extension takes some time to load when the page loads.
Tested with Windows 10 only.                    

Extension Basic Information

Name Media Keys for Youtube™ Media Keys for Youtube™
ID inpajkcdlienadkggigbmfhhkdkkpbfn
Official URL https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn
Description Improve hardware media key handling!
File Size 3.84 KB
Installation Count 300
Current Version 0.0.1
Last Updated 2021-06-01
Publish Date 2021-04-07
Rating 4.17/5 Total 18 Ratings
Developer timobaczynski
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Media Keys for Youtube\u2122",
    "description": "Improve hardware media key handling!",
    "version": "0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}