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"
            ]
        }
    ]
}