YouTube Spacebar pausing

Pause videos on page load with the space bar

YouTube Spacebar pausingとは何ですか?

YouTube Spacebar pausingはD3.ioによって開発されたChromeの拡張機能で、その主な機能は「Pause videos on page load with the space bar」です。

YouTube Spacebar pausing拡張機能のCRXファイルをダウンロード

YouTube Spacebar pausing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This enables you to use the spacebar to pause YouTube videos as soon as the page has loaded. YouTube usually requires that you first manually pause the video by clicking the pause button before the spacebar trick works. This will enable you to use the spacebar to pause a YouTube video whenever you feel like!


CHANGELOG
---------

1.3 
- Fixed form focus issue, preventing you from using spaces in the search bar

1.2
- Fixed issue with pausing when writing a comment

1.1
- Fixed YouTube fullscreen issue

1.0
- Released!                    

拡張機能の基本情報

名前 YouTube Spacebar pausing YouTube Spacebar pausing
ID bkpindoeklkmcchcidehelnihghppcdg
公式URL https://chrome.google.com/webstore/detail/youtube-spacebar-pausing/bkpindoeklkmcchcidehelnihghppcdg
説明 Pause videos on page load with the space bar
ファイルサイズ 23.57 KB
インストール数 28
現在のバージョン 1.3.0
最終更新日 2016-07-05
公開日 2016-07-05
評価 3.38/5 合計 13 レビュー
開発者 D3.io
支払い方法 free
拡張機能のウェブサイト https://www.d3.io
ヘルプページのURL https://www.d3.io/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Spacebar pausing",
    "version": "1.3.0",
    "description": "Pause videos on page load with the space bar",
    "icons": {
        "48": "Icons\/Icon48.png",
        "128": "Icons\/Icon128.png"
    },
    "author": "D3T Digital",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "short_name": "YouTube Spacebar pausing",
    "web_accessible_resources": [
        "Icons\/*"
    ]
}