Media Keys for Youtube™

Improve hardware media key handling!

什么是Media Keys for Youtube™?

Media Keys for Youtube™是由timobaczynski开发的Chrome扩展程序,该扩展的主要功能是“Improve hardware media key handling!”。

扩展截图

screenshot

下载Media Keys for Youtube™扩展crx文件

下载Media Keys for Youtube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Media Keys for Youtube™ Media Keys for Youtube™
ID inpajkcdlienadkggigbmfhhkdkkpbfn
官方URL https://chromewebstore.google.com/detail/media-keys-for-youtube/inpajkcdlienadkggigbmfhhkdkkpbfn
简介 Improve hardware media key handling!
文件大小 3.84 KB
安装次数 300
当前版本 0.0.1
更新时间 2021-06-01
上架时间 2021-04-07
评分 4.17/5 共18次评分
开发者 timobaczynski
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}