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
公式URL 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
Eメール [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"
    }
}