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.”。
扩展截图
下载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 |
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" } } |