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
官方網址 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"
            ]
        }
    ]
}