YouTube Arrow Keys Fix

Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.

什麼是YouTube Arrow Keys Fix?

YouTube Arrow Keys Fix是由jp開發的Chrome擴展程式,該擴展的主要功能是“Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.”。

擴展截圖

screenshot

下載YouTube Arrow Keys Fix擴展crx文件

下載YouTube Arrow Keys Fix擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension ensures that the left and right arrow keys always navigate the video timeline, while the up and down arrow keys always control the volume, regardless of the focus on the player.                    

擴展基本資訊

名稱 YouTube Arrow Keys Fix YouTube Arrow Keys Fix
ID hbnlngeljeofecndhmebgpgpccfnkgjb
官方網址 https://chromewebstore.google.com/detail/youtube-arrow-keys-fix/hbnlngeljeofecndhmebgpgpccfnkgjb
簡介 Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.
檔案大小 45.87 KB
安裝次數 258
目前版本 1.0
更新時間 2023-04-19
上架時間 2023-04-18
評分 5.00/5 共 5 次評分
開發者 jp
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/JParramore/youtube-arrow-keys-fix
說明頁面URL https://github.com/JParramore/youtube-arrow-keys-fix
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Arrow Keys Fix",
    "version": "1.0",
    "description": "Fixes YouTube's inconsistent player controls. Right and left always navigate. Up and down always volume control.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}