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