Youtube Spacer

Lets you use space to play/pause youtube videos without having it in focus!

什麼是Youtube Spacer?

Youtube Spacer是由hexagonest開發的Chrome擴展程式,該擴展的主要功能是“Lets you use space to play/pause youtube videos without having it in focus!”。

下載Youtube Spacer擴展crx文件

下載Youtube Spacer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have you ever watched a Youtube video, then all of a sudden EAR BLASTING NOISE STARTS PLAYING!!! But you're laying back, in your chair, all comfortable and stuff. You go to pause it by slamming on spacebar, but it only scrolls down the page! Damn! 

Well, this extension prevents that exactly. On Youtube videos, it will actually play and pause the videos, instead of scrolling down the damn page.

NOTE: Only works with HTML5 video. To access this feature, make sure your browser is updated and navigate to http://youtube.com/html5 to enable HTML5 video.                    

擴展基本資訊

名稱 Youtube Spacer Youtube Spacer
ID fgihoanlhiehncoaimcmolhlbmeikoak
官方網址 https://chromewebstore.google.com/detail/youtube-spacer/fgihoanlhiehncoaimcmolhlbmeikoak
簡介 Lets you use space to play/pause youtube videos without having it in focus!
檔案大小 6.87 KB
安裝次數 127
目前版本 1.0.1
更新時間 2015-12-12
上架時間 2015-12-12
評分 4.24/5 共 21 次評分
開發者 hexagonest
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Spacer",
    "description": "Lets you use space to play\/pause youtube videos without having it in focus!",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch?v=*",
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}