Spacebar pause on youtube

This extension makes spacebar actually pause youtube videos

什么是Spacebar pause on youtube?

Spacebar pause on youtube是由Yossi Abraham开发的Chrome扩展程序,该扩展的主要功能是“This extension makes spacebar actually pause youtube videos”。

扩展截图

screenshot
screenshot

下载Spacebar pause on youtube扩展crx文件

下载Spacebar pause on youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        As long as when pressing space on youtube will not pause the video, our life mission is incomplete. So we introduce you the next cutting edge technology into your personal youtube - a youtube that actually pauses on spacebar (!!!!!!!!) (BTW: We are open minded about being acquired by google.)                    

扩展基本信息

名称 Spacebar pause on youtube Spacebar pause on youtube
ID fkhkpjiagcmkicnbmnnlfdjodhbblnkl
官方URL https://chrome.google.com/webstore/detail/fkhkpjiagcmkicnbmnnlfdjodhbblnkl
简介 This extension makes spacebar actually pause youtube videos
文件大小 3.32 KB
安装次数 604
当前版本 1.1
更新时间 2015-09-06
上架时间 2015-09-06
评分 3.03/5 共29次评分
开发者 Yossi Abraham
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spacebar pause on youtube",
    "short_name": "spacebar-youtube",
    "description": "This extension makes spacebar actually pause youtube videos",
    "version": "1.1",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "hook.js"
            ],
            "run_at": "document_end"
        }
    ]
}