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
官方URL 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"
    }
}