YouTube Space Bar

Actually pause YouTube videos with the space bar

什么是YouTube Space Bar?

YouTube Space Bar是由djmartin5454开发的Chrome扩展程序,该扩展的主要功能是“Actually pause YouTube videos with the space bar”。

下载YouTube Space Bar扩展crx文件

下载YouTube Space Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        No one has ever wanted to scroll down on YouTube using the space bar.
This fixes that.

There are a few extensions that claim to do this, but this one actually works.

Also, spaces typed in the comment box, or in the search bar do not pause the video as they do in some other extensions.                    

扩展基本信息

名称 YouTube Space Bar YouTube Space Bar
ID jeelddbhfpblnfdakpnniechhhpdobhb
官方URL https://chromewebstore.google.com/detail/youtube-space-bar/jeelddbhfpblnfdakpnniechhhpdobhb
简介 Actually pause YouTube videos with the space bar
文件大小 6.04 KB
安装次数 121
当前版本 1.2
更新时间 2016-10-03
上架时间 2016-10-03
评分 3.33/5 共15次评分
开发者 djmartin5454
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Space Bar",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Actually pause YouTube videos with the space bar",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "icon.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}