Youtube restore spacebar to scroll

A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com

什么是Youtube restore spacebar to scroll?

Youtube restore spacebar to scroll是由bsitdk开发的Chrome扩展程序,该扩展的主要功能是“A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com”。

扩展截图

screenshot

下载Youtube restore spacebar to scroll扩展crx文件

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

扩展使用说明

                        Youtube recently changed the default browser behavior of scrolling the page, when pressing the spacebar, to instead pause the video.
This extension removes the "Spacebar to pause" functionality and restores the scrolling.                    

扩展基本信息

名称 Youtube restore spacebar to scroll Youtube restore spacebar to scroll
ID ahjglamdpmmcnabdflfbchopbahahhpk
官方URL https://chromewebstore.google.com/detail/youtube-restore-spacebar/ahjglamdpmmcnabdflfbchopbahahhpk
简介 A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com
文件大小 3.21 KB
安装次数 429
当前版本 1.0.1
更新时间 2019-04-12
上架时间 2019-04-12
评分 5.00/5 共12次评分
开发者 bsitdk
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube restore spacebar to scroll",
    "description": "A simple extension to restore the default browser behavior of scrolling when pressing the spacebar, on youtube.com",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ]
}