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