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 |
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" } } |