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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}