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