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
官方網址 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\/*"
    ]
}