YouTube Space bar Fix

Play or pause YouTube video with space bar even when the video is not focused.

什麼是YouTube Space bar Fix?

YouTube Space bar Fix是由https://jhaemin.com開發的Chrome擴展程式,該擴展的主要功能是“Play or pause YouTube video with space bar even when the video is not focused.”。

擴展截圖

screenshot

下載YouTube Space bar Fix擴展crx文件

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

擴展使用說明

                        v1.0.2
- Fix space bar affecting the previously watched video in background on Shorts video page.

By pressing the left or right arrow keys on YouTube video player, the active element is changed to the progress bar. After that, pressing the space bar doesn't pause or play the video anymore.

It fixes the problem. With this extension, you can play or pause YouTube video with space bar even when the video is not focused.                    

擴展基本資訊

名稱 YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
官方網址 https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
簡介 Play or pause YouTube video with space bar even when the video is not focused.
檔案大小 11.17 KB
安裝次數 172
目前版本 1.0.2
更新時間 2024-01-28
上架時間 2024-01-08
評分 4.91/5 共 11 次評分
開發者 https://jhaemin.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.jhaemin.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Space bar Fix",
    "description": "Play or pause YouTube video with space bar even when the video is not focused.",
    "version": "1.0.2",
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}