YouTube Space bar Fix

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

YouTube Space bar Fix là gì?

YouTube Space bar Fix là một tiện ích mở rộng Chrome được phát triển bởi https://jhaemin.com, và tính năng chính của nó là "Play or pause YouTube video with space bar even when the video is not focused.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Space bar Fix

Tải xuống các tệp mở rộng YouTube Space bar Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Space bar Fix YouTube Space bar Fix
ID hnoggpcpecjklffkjahhkkhhkdagheoa
URL Chính Thức https://chromewebstore.google.com/detail/youtube-space-bar-fix/hnoggpcpecjklffkjahhkkhhkdagheoa
Mô tả Play or pause YouTube video with space bar even when the video is not focused.
Kích Thước Tệp 11.17 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-01-28
Ngày Phát Hành 2024-01-08
Đánh Giá 4.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://jhaemin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.jhaemin.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}